My toolkit
Content
CTF
Reversing
Common
- IDA Pro - Binary decompiler supports various type of architecture
- angr - Symbolic execution and binary analyzer.
- KLEE - A symbolic virtual machine built on top of the LLVM compiler infrastructure
PE
- Detect it easy - PE analyzer.
- ollyICE - Debugging tool for PE binary.
- lordPE -
- CheatEngine -
ELF
- PEDA - Python Exploit Development Assistance for GDB
Pwn
- ROPgadget - Search gadgets on binaries to facilitate ROP exploitation.
- one_gadget - Find out
execve('/bin/sh', NULL, NULL)
gadget in glibc.
Networking
- BurpSuite - Manual networking testing tool and intercepting browser traffic
Crypto
- hash_extender - Length extension attack on some kind of hash functions