For PE executable, I can list the imported symbols using
dumpbin /imports FILE.EXE
or using the depends utility which is GUI application.
`nm ELF-binary' just returns "no symbols".
|
feedback
|
|
Try objdump -T 'ELF-file' | |||||
feedback
|