Add Pyew malware analysis tool

This commit is contained in:
Abdelhak Bougouffa 2015-02-16 23:50:46 +01:00
parent 27bb11329a
commit 248b4d2559

View File

@ -135,7 +135,8 @@ A collection of awesome penetration testing resources, tools, books, confs, maga
* [WDK/WinDbg](http://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx) - Windows Driver Kit and WinDbg
* [OllyDbg](http://www.ollydbg.de/) - An x86 debugger that emphasizes binary code analysis
* [Radare2](http://rada.re/r/index.html) - Opensource, crossplatform reverse engineering framework.
* [x64_gdb](http://x64dbg.com/) - An open-source x64/x32 debugger for windows
* [x64_gdb](http://x64dbg.com/) - An open-source x64/x32 debugger for windows.
* [Pyew](http://code.google.com/p/pyew/) - A Python tool for static malware analysis.
### Books