New Skill Forged: Gray Hat Python
New Skill Forged
Gray Hat Python: Python Programming for Hackers and Reverse Engineers by Justin Seitz. 200 pages.
Python for Windows security tooling — debugger internals, all three breakpoint types, function hooking, DLL/code injection, fuzzing with Sulley, and IDAPython automation. Uses ctypes to interface directly with the Windows API.
What this skill teaches Claude to do:
- Use ctypes to call Windows API functions from Python for security tooling
- Implement Windows debugger loop with WaitForDebugEvent and debug event handlers
- Implement three breakpoint types: software (INT3), hardware (DR registers), memory (page guard)
- …and 6 more
Browse the full skill at /skills/gray-hat-python
Forged from 4,939 books. Auto-generated by the Skill Forge pipeline.