diff --git a/_static/alabaster.css b/_static/alabaster.css index 0eddaeb..517d0b2 100644 --- a/_static/alabaster.css +++ b/_static/alabaster.css @@ -419,7 +419,9 @@ table.footnote td { } dl { - margin: 0; + margin-left: 0; + margin-right: 0; + margin-top: 0; padding: 0; } diff --git a/_static/pygments.css b/_static/pygments.css index 9abe04b..57c7df3 100644 --- a/_static/pygments.css +++ b/_static/pygments.css @@ -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 */ diff --git a/genindex.html b/genindex.html index d0f72ef..7d9d7c4 100644 --- a/genindex.html +++ b/genindex.html @@ -196,7 +196,7 @@
MinHook hook.
-signature is a ctypes
function signature created by either ctypes.CFUNCTYPE()
,
-ctypes.WINFUNCTYPE()
, ctypes.PYFUNCTYPE()
. target is either the address to hook
-or a ctypes
function object for the function to hook. detour is the Python callable
+
signature is a ctypes
function signature created by either ctypes.CFUNCTYPE()
,
+ctypes.WINFUNCTYPE()
, ctypes.PYFUNCTYPE()
. target is either the address to hook
+or a ctypes
function object for the function to hook. detour is the Python callable
that will be called by the hook.
Warning
@@ -182,7 +182,7 @@