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!
System requirements: OSX 10.7+
More info at developer's website:
Code:
http://www.hopperapp.com/
Very important to avoid deactivation of the license:
- Do not use auto-update, do not check for auto-updates and turn off all update checking in the preferences.
- Block Hopper from calling out to flashcode.cryptic-apps.com with Little Snitch or other firewall alternatives to avoid license being revoked/banned.
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!
---------------------------------------
好叼的样了。。让我想起以前W32DASM的时光,现在个个都OD个个都IDA。。好想试试这个 Hopper。。可惜了
Hopper is a reverse engineering tool for OS X and Linux, that lets you disassemble, decompile and debug your 32/64bits Intel Mac, Linux, Windows and iOS executables!