摘要: 目录修复switch举例:修复:修复后 修复switch 相关链接: Igor’s tip of the week #53: Manual switch idioms – Hex Rays (hex-rays.com) IDA switch 在跳表结构下的修复 - blog of chuj (cjo 阅读全文
posted @ 2024-02-27 11:09 DirWangK 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 解析staticMetaObject vftable-->metaObject()-->staticMetaObject 相关链接: Qt Internals & Reversing [翻译]Qt内部机制及逆向 Qt5 程序初步逆向分析+解析脚本 from idc import * from idc 阅读全文
posted @ 2024-02-27 10:32 DirWangK 阅读(72) 评论(0) 推荐(0) 编辑
摘要: https://github.com/patois/IDAPyHelper 修改为插件,可放到plugins目录下,Alt+h调用 IDAPyHelper 是交互式反汇编器的脚本,可帮助编写 IDAPython 脚本和插件。 它通过获取可通过 IDAPython 访问的所有名称来实现这一点,并将它们 阅读全文
posted @ 2024-02-27 09:34 DirWangK 阅读(33) 评论(0) 推荐(0) 编辑