跨版本符号迁移与二进制差分。当你有旧版本的符号/逆向结果,需要快速迁移到新版本时使用。 适用场景:内核缺 PDB 用旧版符号推导、程序更新后批量迁移函数名、应用更新后快速定位新偏移。 核心方法:用 LLM 做结构化差异比对,程序化输入输出,成本极低(200 函数 ~1 元)。 触发关键词:符号迁移、bindiff、跨版本、PDB 缺失、函数偏移迁移、symbol migration、binary diff、版本对比。
$npx -y skills add zhaoxuya520/reverse-skill --skill binary-diffInstalls into the current project.
Run `npx skills use "https://github.com/zhaoxuya520/reverse-skill" --skill "zhaoxuya520/reverse-skill/binary-diff"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/zhaoxuya520/reverse-skill" that are relevant to the current task. Run `npx skills add "https://github.com/zhaoxuya520/reverse-skill"` and select the relevant skills, then follow their instructions.