Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 830 Bytes

File metadata and controls

18 lines (13 loc) · 830 Bytes

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