mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
Add some doc/sample on LocalDebugger
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user