cbwang505 / DIYDynamoRIO
动态二进制插桩框架DynamoRIO通过将程序代码进行反复插桩(Instrumentation)执行构建了源程序代码与操纵代码之间的桥梁,使DynamoRIO的客户端编写者能够在更高的层面上驾驭原有的程序代码.虽然程序的载体还是被编译成原生的汇编指令集执行,但是不管是原生代码还是程序行为逻辑DynamoRIO为我们提供丰富的API已经把这些封装成了足够友好操作方式暴露给客户端编写者使用,用户可以透明的修改原有的程序代码(HotPatch),执行追踪,Hook,调试,模拟等高级运行时操纵(Runtime Code Manipulation )技术.本文主要分析DynamoRIO插桩的主要流程和实现原理,深入源码片段中几个有意思的小节体现作者构思的巧妙之处,并附加相关demo分析让读者加深…
☆32Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for DIYDynamoRIO
- Library for Capstone instruction to LLVM IR translation☆42Updated 6 years ago
- 搜集的一些kernel paper☆23Updated 4 years ago
- a plugin for ida of version 7.2 to help know F5 window codes better☆54Updated 5 years ago
- 关于intel和amd指令行为不一样这件事☆57Updated 2 years ago
- angr源码分析☆32Updated 4 years ago
- 基于angr的污点分析引擎☆37Updated 5 years ago
- Toy LLVM obfuscator pass☆69Updated 3 years ago
- Qemu Fuzzer.针对Qemu模拟设备的模糊测试工具,主要思路是Host生成种子Data,然后传递给Guest中转程序,由中转程序访问MMIO,以达到和模拟设备的交互,不同于qtest自带的fuzzer.☆44Updated 2 years ago
- Symbolic Execution Engine based on Ghidra's PCode☆82Updated last year
- Companion to the "Introduction to VirtualBox security research" Blog Post☆29Updated 2 years ago
- This is an IDA plugin to recover class information from C++ binary.☆16Updated 4 years ago
- 一个将 vmnote 指令集重编译成 x64 指令集的脚本,并且可以用 IDA 进行分析。☆14Updated 3 years ago
- An IDA processor for eBPF bytecode☆62Updated this week
- Debug IDAPython in VSCode☆19Updated last year
- Rizzo plugin ported to IDA 7.4+☆42Updated 3 weeks ago
- a code virtualizer based on angr☆27Updated last year
- Raw IDA Kernel API for IDAPython☆33Updated 2 years ago
- Decode machine code into VEX IR and translate into LLVM IR☆25Updated 5 years ago
- ☆38Updated 4 years ago
- nanoMIPS IDA plugin☆65Updated 3 years ago
- ☆14Updated 4 years ago
- IDA plugin: fold decomplied code☆10Updated 2 years ago
- Static Binary Instrumentation☆118Updated 3 years ago
- qemu vulnerablity.☆51Updated 3 years ago
- The toolchain of Chosen-instruction attack☆18Updated 2 years ago
- This tool can be useful for solving some reversing challenges in CTFs events.☆13Updated 3 years ago
- Code-Reuse Exploits detection using Intel Processor Trace☆27Updated 6 years ago
- IDA Pro plugin to enhance the 'g' keyboard shortcut☆40Updated last year
- a taint tracer based on DynamoRIO, currently ARM only☆40Updated 4 years ago
- ☆29Updated 6 months ago