Y
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
rl1987
2876 days ago
There's also nm(1) and objdump(1).
link
istumbler
2875 days ago
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`
link