Reverse Engineering Tools
2014/02/01 12:23- .NET Framework
- ILSpy
- free software
- http://ilspy.net/
- ILSpy with debugger
- de4dot
- to clean obfuscated program
- https://github.com/0xd4d/de4dot
- .NET Reflector
- monodis / ildasm are your good friends
- ILSpy
- Java
- Java Decompiler
- GUI! ( jd-gui )
- http://jd.benow.ca/
- Java Decompiler
- APK
- APK-Multi-Tool
- onekey-decompile-apk
- Linux
- gdb
- also available on Windows
- https://www.gnu.org/software/gdb/
- gdb
- Windows
- WinDbg
- OllyDbg
- Cheat Engine
- General
- IDA
- widely used and powerful tool
- https://www.hex-rays.com/products/ida/
- IDA
There are some tools mentioned in http://reverseengineering.stackexchange.com/questions/1817/is-there-any-disassembler-second-to-ida
And there is a good site: Reverse Engineering using the Linux Operating System ( http://reverse.lostrealm.com/ )
The last thing....
I don't have any device from Apple. SO I KNOW NOTHING ABOUT iOS and OSX. :P