Y
Hacker News
new
|
ask
|
show
|
jobs
by
cranklin
3460 days ago
if your source code is compiled without symbols, or if your elf executable is missing the section headers, or you've run strip, the disassembler will not give you the function names or the variable names.
1 comments
tomsmeding
3460 days ago
No, because they're not there ;)
link