Fix some docstring + re-add windows.test.pop_proc_[32|64] + fix all samples + few doc adapt

This commit is contained in:
hakril
2017-10-15 00:13:07 +02:00
parent c7fef877f0
commit 2094ab4ad4
21 changed files with 78 additions and 78 deletions
+1 -1
View File
@@ -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()