mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
Fix some docstring + re-add windows.test.pop_proc_[32|64] + fix all samples + few doc adapt
This commit is contained in:
@@ -42,7 +42,7 @@ class FollowNtCreateFile(windows.debug.FunctionBP):
|
||||
self.COUNTER -= 1
|
||||
|
||||
if __name__ == "__main__":
|
||||
calc = windows.test.pop_calc_32(dwCreationFlags=DEBUG_PROCESS)
|
||||
calc = windows.test.pop_proc_32(dwCreationFlags=DEBUG_PROCESS)
|
||||
d = windows.debug.Debugger(calc)
|
||||
d.add_bp(FollowNtCreateFile())
|
||||
d.loop()
|
||||
Reference in New Issue
Block a user