首页 > 代码库 > REVERSE-常用工具及命令

REVERSE-常用工具及命令

1.strings(linux)   读取程序字符串信息

               strings -a 扫描整个文件

               strings -t  显示每一个字符串偏移量

               strings -e 搜索包括unicode

2.dumpbin(windows)位于vs命令提示符中中 

               dumpbin /dependents xxx  列出程序所依赖dll

3.readelf(linux)  显示头文件等信息

4.nm(linux)显示符号信息

5.file(linux/win)

6.c++ filt(linux)区别c++重载函数

 

REVERSE-常用工具及命令