📄 nm.txt
字号:
-- nm --Show information about a dynamic library file.Usage: nm <file1> [file2] [...]This command is useful to software developers. For each name listed afterthe command, representing a shared library file (usually ending with a .soextension) or dynamically-linked executable, nm will print a catalogue ofinformation about its symbols. Data symbols, functions, sections, and otheritems are shown, along with their bindings (such as 'local', 'global', or'weak').
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -