I am using the otool
, nm
and Fraise
text editor to disassemble the Mach-o
binaries. My workflow at this point is pretty straightforward:
- 1. List the existed symbols.
Windows-Based GUI Tools Makes APK Manipulation a Breeze. If you spend a lot of time taking apart APK files, you’re probably already intimately acquainted with APK Tool.For the unaware, it’s. Community Guide to PostgreSQL GUI Tools. From PostgreSQL wiki. WaveMaker is an Ajax-based GUI design tool for Postgres. WaveMaker is built using itself! Web Browser (Linux/Mac OS X/Windows) DBHawk is a web based SQL tool and reporting software designed for PostgreSQL, Oracle, SQL Server and other databases.
- 2. Get the disasm code.
- 3. Copy and paste this output to a text file.
- 4. Read and comment the codes in the text editor :)
Magazine Disassembly Tool For Glock
I am looking for the tools that simplify the working with disasm code on Mac OS X
.
closed as off-topic by davidcondrey, Kristján, greg-449, Tunaki, DeanOCSep 12 '15 at 10:36
This question appears to be off-topic. The users who voted to close gave this specific reason:
- 'Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.' – Kristján, greg-449, Tunaki
2 Answers
You might want to try
- Hopper Disassembler,
- osxdbg,
- Machoview,
- otx (otool GUI)
- and Affinic Debugger GUI.
I als know of http://www.hopperapp.com/, but never used it.(cannot be compared to Ida(Pro))
n80fr1n60