mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
Add Debugger.attach + simple single_step implementation
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ class PrintUnicodeString(windows.debug.Breakpoint):
|
||||
|
||||
|
||||
calc = windows.test.pop_calc_32(dwCreationFlags=DEBUG_PROCESS)
|
||||
d = MyDebugger(calc, already_debuggable=True)
|
||||
d = MyDebugger(calc)
|
||||
d.add_bp(PrintUnicodeString("ntdll.dll!LdrLoadDll", argument_position=2))
|
||||
d.loop()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user