Hacker News new | ask | show | jobs
by rl1987 2872 days ago
There's also nm(1) and objdump(1).
1 comments

There are also tools which are platform specific. On macOS, for e.g., the Mach-O format can be disassembled by `otool`, for objective-c projects (and maybe Swift) you can use `class-dump`