Add some doc/sample on LocalDebugger

This commit is contained in:
Clement Rouault
2016-02-12 15:06:41 +01:00
parent 5ffa21cd8a
commit 9db75b0226
4 changed files with 92 additions and 3 deletions
+1 -2
View File
@@ -27,7 +27,6 @@ exp = windows.current_process.peb.modules[1].pe.exports
#windows.utils.FixedInteractiveConsole(locals()).interact()
ldr = exp["LdrLoadDll"]
d.add_bp(YOLOHXBP(ldr))
print("By from {0}".format(windows.current_thread.tid))
"""
@@ -37,4 +36,4 @@ c.threads[0].resume()
import time
time.sleep(2)
c.exit()
c.exit()