/grayhat_python_redux

Code Based off the book updated to use modern windows environment

Primary LanguagePythonMIT LicenseMIT

Gray Hat Python Redux

Based off the fantastic book by Justin Seitz, I wanted to bring it up to date to get it working on an upto date Windows 10 64 bit OS as this is realistically where these type of actions are going to take place.

Main Differences

  1. Calls to the Win32 API are using the x64 versions (Wow64XXX)
  2. As a replacement for pydbg I have used WinAppDbg
  3. I have used PyCharm as an IDE I would highly recommend it

Chapters Covered