Skip to content

Commit

Permalink
deploy: 43d3856
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Oct 10, 2023
1 parent 1b3bbbb commit 1c02a6a
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 11 deletions.
4 changes: 3 additions & 1 deletion _static/alabaster.css
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,9 @@ table.footnote td {
}

dl {
margin: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding: 0;
}

Expand Down
1 change: 1 addition & 0 deletions _static/pygments.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.highlight .cs { color: #8f5902; font-style: italic } /* Comment.Special */
.highlight .gd { color: #a40000 } /* Generic.Deleted */
.highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */
.highlight .ges { color: #000000 } /* Generic.EmphStrong */
.highlight .gr { color: #ef2929 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
Expand Down
2 changes: 1 addition & 1 deletion genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h3 id="searchlabel">Quick search</h3>

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>

</div>

Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ <h1>Welcome to cyminhook’s documentation!<a class="headerlink" href="#welcome-
<dt class="sig sig-object py" id="cyminhook.MinHook">
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">cyminhook.</span></span><span class="sig-name descname"><span class="pre">MinHook</span></span><a class="headerlink" href="#cyminhook.MinHook" title="Permalink to this definition"></a></dt>
<dd><p>MinHook hook.</p>
<p><em>signature</em> is a <a class="reference external" href="https://docs.python.org/3/library/ctypes.html#module-ctypes" title="(in Python v3.11)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">ctypes</span></code></a> function signature created by either <a class="reference external" href="https://docs.python.org/3/library/ctypes.html#ctypes.CFUNCTYPE" title="(in Python v3.11)"><code class="xref py py-func docutils literal notranslate"><span class="pre">ctypes.CFUNCTYPE()</span></code></a>,
<a class="reference external" href="https://docs.python.org/3/library/ctypes.html#ctypes.WINFUNCTYPE" title="(in Python v3.11)"><code class="xref py py-func docutils literal notranslate"><span class="pre">ctypes.WINFUNCTYPE()</span></code></a>, <a class="reference external" href="https://docs.python.org/3/library/ctypes.html#ctypes.PYFUNCTYPE" title="(in Python v3.11)"><code class="xref py py-func docutils literal notranslate"><span class="pre">ctypes.PYFUNCTYPE()</span></code></a>. <em>target</em> is either the address to hook
or a <a class="reference external" href="https://docs.python.org/3/library/ctypes.html#module-ctypes" title="(in Python v3.11)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">ctypes</span></code></a> function object for the function to hook. <em>detour</em> is the Python callable
<p><em>signature</em> is a <a class="reference external" href="https://docs.python.org/3/library/ctypes.html#module-ctypes" title="(in Python v3.12)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">ctypes</span></code></a> function signature created by either <a class="reference external" href="https://docs.python.org/3/library/ctypes.html#ctypes.CFUNCTYPE" title="(in Python v3.12)"><code class="xref py py-func docutils literal notranslate"><span class="pre">ctypes.CFUNCTYPE()</span></code></a>,
<a class="reference external" href="https://docs.python.org/3/library/ctypes.html#ctypes.WINFUNCTYPE" title="(in Python v3.12)"><code class="xref py py-func docutils literal notranslate"><span class="pre">ctypes.WINFUNCTYPE()</span></code></a>, <a class="reference external" href="https://docs.python.org/3/library/ctypes.html#ctypes.PYFUNCTYPE" title="(in Python v3.12)"><code class="xref py py-func docutils literal notranslate"><span class="pre">ctypes.PYFUNCTYPE()</span></code></a>. <em>target</em> is either the address to hook
or a <a class="reference external" href="https://docs.python.org/3/library/ctypes.html#module-ctypes" title="(in Python v3.12)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">ctypes</span></code></a> function object for the function to hook. <em>detour</em> is the Python callable
that will be called by the hook.</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
Expand Down Expand Up @@ -182,7 +182,7 @@ <h3 id="searchlabel">Quick search</h3>

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>

|
<a href="_sources/index.rst.txt"
Expand Down
2 changes: 1 addition & 1 deletion py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h3 id="searchlabel">Quick search</h3>

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>

</div>

Expand Down
2 changes: 1 addition & 1 deletion samples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h3 id="searchlabel">Quick search</h3>

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>

|
<a href="../_sources/samples/index.rst.txt"
Expand Down
2 changes: 1 addition & 1 deletion samples/messagebox_class.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h3 id="searchlabel">Quick search</h3>

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>

|
<a href="../_sources/samples/messagebox_class.rst.txt"
Expand Down
2 changes: 1 addition & 1 deletion samples/messagebox_init.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h3 id="searchlabel">Quick search</h3>

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>

|
<a href="../_sources/samples/messagebox_init.rst.txt"
Expand Down
2 changes: 1 addition & 1 deletion search.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h3>Related Topics</h3>

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>

</div>

Expand Down

0 comments on commit 1c02a6a

Please sign in to comment.