wuzhanglin / llvm-pass-examplesLinks
Some simple LLVM Pass examples
☆16Updated 3 years ago
Alternatives and similar repositories for llvm-pass-examples
Users that are interested in llvm-pass-examples are comparing it to the libraries listed below
Sorting:
- A LLVM Pass with runtime dataflow sanitization☆32Updated 6 years ago
- PARTS / LLVM compiler☆31Updated 6 years ago
- learn llvm☆15Updated 5 years ago
- Library for Capstone instruction to LLVM IR translation☆47Updated 8 years ago
- LLVM dataflow analysis framework; Reaching Definition Analysis; Liveness Analysis, May-point-to Definition Analysis ; inter-procedural m…☆26Updated 5 years ago
- An llvm pass to perform taint analysis on your code.☆38Updated 6 years ago
- Open source of the paper "击败SOTA反混淆方法"☆18Updated 3 years ago
- 基于clang static analyzer的源码漏洞检测插件☆199Updated 6 years ago
- angr源码分析☆33Updated 5 years ago
- Collection of various llvm passes☆128Updated 10 years ago
- LLVM meets Code Property Graphs☆96Updated 4 years ago
- ☆26Updated 9 years ago
- Repository for understanding and writing LLVM passes.☆34Updated 6 years ago
- Exports an LLVM control flow graph (CFG) (including function calls) to JSON☆25Updated 4 years ago
- 动态二进制插桩框架DynamoRIO通过将程序代码进行反复插桩(Instrumentation)执行构建了源程序代码与操纵代码之间的桥梁,使DynamoRIO的客户端编写者能够在更高的层面上驾驭原有的程序代码.虽然程序的载体还是被编译成原生的汇编指令集执行,但是不管是原生代…☆34Updated 3 years ago
- z3 solver 学习☆53Updated 2 years ago
- Framework for investigating VM-based Android packers☆36Updated 3 years ago
- MemLock: Memory Usage Guided Fuzzing☆32Updated 5 years ago
- Updated IDA ReObjc Plugin for 7.4+ and python3☆13Updated 4 years ago
- A step-by-step tutorial for building an LLVM sample pass☆221Updated 5 years ago
- a taint tracer based on DynamoRIO, currently ARM only☆40Updated 5 years ago
- KLEE-fl : Compile Project to Bitcode and Try Fuzzing with KLEE .☆30Updated 6 years ago
- a java decompiler demo☆15Updated last year
- LLVM IR编译时替换函数名☆58Updated 7 years ago
- 基于angr的污点分析引擎☆41Updated 6 years ago
- Instrument code to trace memory☆19Updated 6 years ago
- ☆15Updated 6 years ago
- Implement CollAFL using LLVM LTO pass on afl++.☆12Updated 5 years ago
- 🦖 Reconstruct Types from Binary Code☆36Updated 3 weeks ago
- Using LLVM method to optimize Qemu's binary translation mechanism. Currently only supports x86_64 program execution on aarch64. Performan…☆38Updated 4 years ago