逆向工具命令:
ldd: 依赖链接库查看(mac 参考otool -L)
objdump: 依赖libbfd, 提取各种信息
otool: 解析OS X 二进制文件
dumpbin: 微软提取pe文件信息
nm: display name list (symbol table)
c++filt: C++,java程序重载函数还原(nm test |grep func|c++filt)
strings: 字符串搜索
ndisasm|diSorm: 流式反汇编器
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true