Hacker News new | ask | show | jobs
by blcArmadillo 2877 days ago
Is it maybe the strings utility: https://linux.die.net/man/1/strings?
1 comments

There's also nm(1) and objdump(1).
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`