Update README.md

added dnSpy to Reverse Engineering Tools section
This commit is contained in:
filinpavel 2016-12-08 11:19:32 +07:00 committed by GitHub
parent 1c2d8ed334
commit 9071bfa7c4

View File

@ -237,6 +237,7 @@ A collection of awesome penetration testing resources
* [Medusa disassembler](https://github.com/wisk/medusa) - An open source interactive disassembler
* [plasma](https://github.com/joelpx/plasma) - Interactive disassembler for x86/ARM/MIPS. Generates indented pseudo-code with colored syntax code
* [peda](https://github.com/longld/peda) - Python Exploit Development Assistance for GDB
* [dnSpy](https://github.com/0xd4d/dnSpy) - dnSpy is a tool to reverse engineer .NET assemblies
#### CTF Tools
* [Pwntools](https://github.com/Gallopsled/pwntools) - CTF framework for use in CTFs