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.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
San Francisco :
No Starch Press,
2009.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.