7 ms·
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 y
by cranklin 10y 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.
- tomsmeding 10y agoNo, because they're not there ;)