This commit is contained in:
Divij Bindlish 2015-10-30 00:06:20 +05:30
parent fac8b6ccec
commit de2897389b

View file

@ -135,6 +135,7 @@ It takes time to build up collection of tools used in ctf and remember them all.
- [BinUtils](http://www.gnu.org/software/binutils/binutils.html) - Collection of binary tools
- [BinWalk](https://github.com/devttys0/binwalk) - Analyze, reverse engineer, and extract firmware images.
- [Boomerang](https://github.com/nemerle/boomerang) - Decompile x86 binaries to C
- [GDB](https://www.gnu.org/software/gdb/) - The GNU project debugger
- [IDA Pro](https://www.hex-rays.com/products/ida/) - Most used Reversing software
- [Jadx](https://github.com/skylot/jadx) - Decompile Android files
- [Krakatau](https://github.com/Storyyeller/Krakatau) - Java decompiler and disassembler