Gray hat Python : Python programming for hackers and reverse engineers /
Python is the high-level language of choice for hacking, vulnerability discovery, and security research. 'Gray Hat Python' explains the intricacies of using Python to assist in a range of security analysis tasks.
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
San Francisco :
No Starch Press,
2009.
|
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- Setting up your development environment
- Debuggers and debugger design
- Building a Windows debugger
- PyDbg : a pure Python Windows debugger
- Immunity debugger : the best of both worlds
- Hooking
- DLL and code injection
- Fuzzing
- Sulley
- Fuzzing Windows drivers
- DAPython---Scripting IDA Pro
- PyEmu---The scriptable emulator.