Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 896 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 896 Bytes

Gray Hat Python 3

Not Finished

Tutorial code for Gray Hat Python, rewritten for Python 3 64bit compatibility.

Main downlaod directory src, is included in the package. (Not refractored for python3)
Refractored PyDBG for python3 is included in the package.
Pre-compiled version using pydasm are included for pydbg. If you want to build it yourself, use the .msi executable to compile with python2.7.

Simplified the startup procedure for testing my_debugger.py with my_test.py. Now, just use the term dynamic or dyn, to initiate the printf_loop.
ex: python my_test.py dyn
If you want to attach to a different program, use python my_test.py dyn *pid*.