chenx6 / baby_obfuscator
Using LLVM Pass to obfuscate program
☆81Updated 4 years ago
Alternatives and similar repositories for baby_obfuscator:
Users that are interested in baby_obfuscator are comparing it to the libraries listed below
- Toy LLVM obfuscator pass☆72Updated 3 years ago
- virtualization obfuscator inspired by juhajong/vm-obfuscator☆57Updated 5 years ago
- LLVM pass that obfuscates against symbolic execution☆75Updated 6 years ago
- Library for Capstone instruction to LLVM IR translation☆45Updated 7 years ago
- IDA strike-out: A Hex-Rays decompiler plugin to patch the Ctree☆116Updated 7 months ago
- a code virtualizer based on angr☆29Updated 2 years ago
- 关于intel和amd指令行为不一样这件事☆61Updated 3 years ago
- Static Binary Instrumentation☆120Updated 3 years ago
- Collection of obfuscation, tamper-proofing, and watermarking algorithms targeting LLVM IR.☆71Updated 5 years ago
- LLVM based "VM" obfuscator☆135Updated 4 years ago
- an obfuscator based on LLVM which can obfuscate the program execution trajectory☆103Updated 4 years ago
- Assets for the "Tickling VMProtect with LLVM" blog post.☆150Updated 3 years ago
- LLVM obfuscation pass, flattening at the basic block's level and turning each basic block into a dispacher and each instruction into a ne…☆46Updated 3 years ago
- Non-linear Mixed Boolean-Arithmetic Expressions☆63Updated last year
- IDA Plugin that fills in missing indirect CALL & JMP target information☆123Updated 3 months ago
- VMProtectTest☆35Updated 2 years ago
- Shared Obfuscation Core☆126Updated 5 years ago
- vmp2.x devirtualization☆71Updated 5 months ago
- IDAPatternSearch adds a capability of finding functions according to bit-patterns into the well-known IDA Pro disassembler based on Ghidr…☆63Updated 3 years ago
- a plugin for ida of version 7.2 to help know F5 window codes better☆54Updated 5 years ago
- A collection of LLVM passes for obfuscating☆35Updated 2 years ago
- A deobfuscation plugin for IDA☆62Updated 2 years ago
- ☆19Updated 7 years ago
- ☆31Updated 4 years ago
- PoC for a taint based attack on VMProtect☆108Updated 5 years ago
- The tool can be used to eliminate redundant instructions in a basic block.☆80Updated last year
- Obfuscator based on logic-bombs☆65Updated 4 years ago
- obfacros - a set of C++ macros that can be used to obfuscate your c/c++ code, to make executables harder for reverse-engineering.☆47Updated 5 years ago
- Triton based symbolic emulator☆16Updated 2 years ago
- 动态二进制插桩框架DynamoRIO通过将程序代码进行反复插桩(Instrumentation)执行构建了源程序代码与操纵代码之间的桥梁,使DynamoRIO的客户端编写者能够在更高的层面上驾驭原有的程序代码.虽然程序的载体还是被编译成原生的汇编指令集执行,但是不管是原生代…☆33Updated 3 years ago