cbwang505 / llvmanalyzer
笔者在一款基于LLVM编译器架构的retdec开源反编译器工具的基础上,融合了klee符号执行工具,通过符号执行(Symbolic Execution)引擎动态模拟反编译后的llvm的ir(中间指令集)运行源程序的方法,插桩所有的对x86指令集的thiscall类型函数对this指针结构体(也就是rcx寄存器,简称this结构)偏移量引用,经行分析汇总后自动识别this结构体的具体内容,并自动集成导入ida工具辅助分析.
☆215Updated 3 years ago
Alternatives and similar repositories for llvmanalyzer
Users that are interested in llvmanalyzer are comparing it to the libraries listed below
Sorting:
- My toy llvm pass☆136Updated 3 years ago
- Official Capstone Disassembly Engine API documentation☆127Updated 3 years ago
- IDA高级技巧 API符号自动识别库 IDASignMaker☆131Updated 4 years ago
- ScyllaHide for IDA7.5; ScyllaHide IDA7.5; It is a really niccccccce anti-anti-debug tool☆202Updated 4 years ago
- ollvm de-obfuscator