Comsecuris / luaqemuLinks
QEMU-based framework exposing several of QEMU-internal APIs to a LuaJIT core injected into QEMU itself. Among other things, this allows fast prototyping of target systems without any native code and minimal effort in Lua.
☆151Updated 7 years ago
Alternatives and similar repositories for luaqemu
Users that are interested in luaqemu are comparing it to the libraries listed below
Sorting:
- Speculative disassembly, CFG recovery, and call-graph recovery from stripped binaries.☆109Updated 7 years ago
- ELF Unstrip Tool☆107Updated 10 years ago
- Automated Return-Oriented Programming Chaining☆85Updated 9 years ago
- [DEPRECATED] A symbolic execution engine for the VEX IR☆80Updated 7 years ago
- Implementation of G-Free: Defeating Return-Oriented Programming through Gadget-less Binaries☆95Updated 7 years ago
- ☆63Updated 6 years ago
- Uncovering Class Hierarchies in C++ Programs☆127Updated 3 years ago
- Modular And Compositional analysis with KLEE Engine☆116Updated 5 years ago
- add symbols back into a stripped ELF binary (~strip)☆175Updated 8 years ago
- Emulation and Feedback Fuzzing of Firmware with Memory Sanitization☆163Updated 4 years ago
- Export dwarf debug information from IDA Pro☆212Updated 3 years ago
- Rewriting functions in compiled binaries using McSema☆90Updated 6 years ago
- TaintInduce is a project which aims to automate the creation of taint propagation rules for unknown instruction sets.☆59Updated 4 years ago
- SymGDB - symbolic execution plugin for gdb☆217Updated 7 years ago
- Adds symbols to a ELF file.☆63Updated 10 years ago
- American Fuzzy Lop + Dyninst == AFL Fuzzing blackbox binaries☆187Updated 4 years ago
- ☆66Updated 5 years ago
- A patched version of VEX to work with PyVEX.☆112Updated this week
- Fast static binary instrumentation for linux/x86☆83Updated 8 years ago
- DynamoRIO plugin to get ASAN and SanitizerCoverage compatible output for closed-source executables☆210Updated 4 years ago
- PathArmor context-sensitive CFI implementation☆45Updated 9 years ago
- KLEE-TAINT - Klee with taint analysis support☆70Updated 7 years ago
- ☆164Updated 8 years ago
- Sample programs that illustrate how to use control flow integrity with the clang compiler☆106Updated 6 years ago
- Clang instrumentation module for tracing variable and buffer comparisons in C/C++ and saving the coverage data to .sancov files☆202Updated 6 years ago
- ☆55Updated 5 years ago
- a few Ghidra scripts for dumping PCode data☆50Updated 6 years ago
- AFL, with scripts to support other architectures.☆96Updated 6 years ago
- clang checker to find heartbleed