在Linux下有一些命令可以让我们知道可执行文件的很多信息。
记录如下:
ldd : print shared library dependencies
nm: list symbols from object files
strip: Discard symbols from object files.
strings:print the strings of printable characters in files.
在Linux下有一些命令可以让我们知道可执行文件的很多信息。
记录如下:
ldd : print shared library dependencies
nm: list symbols from object files
strip: Discard symbols from object files.
strings:print the strings of printable characters in files.