
Hopper is a binary disassembler, decompiler and debugger for 32bits and 64bits executables. Hopper can disassemble Mac (Intel 32/64), iOS (ARM/Intel), PE (PE32/32+/64) and ELF (Intel 32/64 and ARM).
This tool will let you disassemble any binary you want, and provide you all the information about its content, like imported symbols, or the control flow graph! Hopper can retrieve procedural information about the disassembled code like the stack variables, and lets you name all the objects you want.
Hopper is able to transform the assembly language into a pseudo-code that is easier to understand! You can use its internal Python scripting engine to analyze binaries the way you want!
Starting from version 2.0, Hopper can even use GDB to debug programs!
And, last but not least, unlike all other tools of its kind, Hopper is perfectly integrated into the MacOS X environment.
Hopper will surely become your favorite tool for all your binary analyses.
v2.2 [Jul 21, 2012]
- Huge improvement of the decompiler:now recognizes loops and simplifies expressions,
- Even faster loading time of huge binaries,
- Show a tooltip with code when the mouse is over an address,
- Better graph for CFG, with less edge crossing,
- Search in name list by pattern matching,
- Segment name list,
- Can now search text in the disassembly,
- Fix the XREFs of datas pointed by PIC register,
- Read entry points from dyld,
- Fix a crash on Snow Leopard when using GDB,
- Bring Python to Snow Leopard.
Blinged JSON Validator is a free app to validate JSON files with syntax highlighting, whitespace indentation, error messaging, and hotkeys.