You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="w"></span><spanclass="sd">"""Returns whether the syscall handler has been hit on the given thread context."""</span>
@@ -451,12 +451,16 @@ <h1>Source code for libdebug.libdebug</h1><div class="highlight"><pre>
451
451
<spanclass="w"></span><spanclass="sd">"""This function is used to create a new `Debugger` object. It returns a `Debugger` object.</span>
452
452
453
453
<spanclass="sd"> Args:</span>
454
-
<spanclass="sd"> argv (str | list[str], optional): The location of the binary to debug, and any additional arguments to pass to it.</span>
455
-
<spanclass="sd"> aslr (bool, optional): Whether to enable ASLR. Defaults to False.</span>
456
-
<spanclass="sd"> env (dict[str, str], optional): The environment variables to use. Defaults to the same environment of the debugging script.</span>
457
-
<spanclass="sd"> escape_antidebug (bool): Whether to automatically attempt to patch antidebugger detectors based on the ptrace syscall.</span>
458
-
<spanclass="sd"> continue_to_binary_entrypoint (bool, optional): Whether to automatically continue to the binary entrypoint. Defaults to True.</span>
459
-
<spanclass="sd"> auto_interrupt_on_command (bool, optional): Whether to automatically interrupt the process when a command is issued. Defaults to False.</span>
454
+
<spanclass="sd"> argv (str | list[str], optional): The location of the binary to debug and any arguments to pass to it.</span>
455
+
<spanclass="sd"> aslr (bool, optional): Whether to enable ASLR. Defaults to True.</span>
456
+
<spanclass="sd"> env (dict[str, str], optional): The environment variables to use. Defaults to the same environment of the</span>
457
+
<spanclass="sd"> debugging script.</span>
458
+
<spanclass="sd"> escape_antidebug (bool): Whether to automatically attempt to patch antidebugger detectors based on the ptrace</span>
459
+
<spanclass="sd"> syscall.</span>
460
+
<spanclass="sd"> continue_to_binary_entrypoint (bool, optional): Whether to automatically continue to the binary entrypoint.</span>
461
+
<spanclass="sd"> Defaults to True.</span>
462
+
<spanclass="sd"> auto_interrupt_on_command (bool, optional): Whether to automatically interrupt the process when a command is</span>
463
+
<spanclass="sd"> issued. Defaults to False.</span>
460
464
<spanclass="sd"> fast_memory (bool, optional): Whether to use a faster memory reading method. Defaults to False.</span>
461
465
<spanclass="sd"> kill_on_exit (bool, optional): Whether to kill the debugged process when the debugger exits. Defaults to True.</span>
462
466
@@ -479,6 +483,8 @@ <h1>Source code for libdebug.libdebug</h1><div class="highlight"><pre>
0 commit comments