Tools
What | Link |
---|---|
objdump | ubuntu apt tool |
gdb (GNU debugger) | ubuntu apt tool |
IDA (demo) | https://www.hex-rays.com/products/ida/support/download_demo.shtml |
Hopper | http://www.hopperapp.com/download.html |
ODA - Online disassembler | https://www.onlinedisassembler.com/odaweb/ |
ILSpy - .NET decompiler | http://ilspy.net/ |
Snowman - native code to C/C++ decompiler | https://derevenets.com/ |
Documentation
What | Link |
---|---|
ARM instruction set | http://infocenter.arm.com/help/index.jsp |
Buffer Overflows 101 | https://www.eecis.udel.edu/~bmiller/cis459/2007s/readings/buff-overflow.html |
Shellcode database | http://shell-storm.org/shellcode/ |
Tips and Tricks