Added ctf_import (#40)

This commit is contained in:
Adam Van Prooyen 2017-01-02 23:36:43 -08:00 committed by Amanpreet Singh
parent b32a318443
commit db43fbfbe8
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ Check solve section for steganography.
- [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
- [ctf_import](https://github.com/docileninja/ctf_import) run basic functions from stripped binaries cross platform
- [GDB](https://www.gnu.org/software/gdb/) - The GNU project debugger
- [GEF](https://github.com/hugsy/gef) - GDB plugin
- [Hopper](http://www.hopperapp.com/) - Reverse engineering tool (disassembler) for OSX and Linux