optimyze / simple_simhash
A pure ANSI-C implementation of calculating a SimHash over 4-byte tuples (including multiplicities) for a given byte stream. Simple and reasonably fast, no dynamic memory allocations (outside of some stack usage). Uses a counting bloom filter to count multiplicities while keeping memory consumption constant.
☆45Updated 5 years ago
Alternatives and similar repositories for simple_simhash:
Users that are interested in simple_simhash are comparing it to the libraries listed below
- Bootloader research tools (very much a work in progress)☆37Updated 6 years ago
- ROP based Movfuscator VM☆28Updated 8 years ago
- Dynamic binary translation framework for instrumenting x86-64 user space Linux programs☆39Updated 6 years ago
- Undefined Behaviour Snippets☆17Updated 8 years ago
- Linux kernel JIT spray for SMEP / KERNEXEC bypass☆55Updated 12 years ago
- A plugin to integrate an IPython kernel into Binary Ninja.☆29Updated 6 years ago
- Tool to view heap chunks and memory writes (using pintool)☆39Updated 6 years ago
- Draft of generic instrumentation tool based on QEMU using eBPF to implement trivial instrumentations with trivial code☆18Updated 5 years ago
- REIL translation library☆36Updated 8 years ago
- clang-based search engine for C/C++ data structures, classes, prototypes & macros☆101Updated 4 months ago
- ☆74Updated 2 years ago
- Triton based R2 plugin for concolic execution and total control☆31Updated 6 years ago
- Python repository containing parsed standard C library function and argument information☆26Updated 6 years ago
- ropc-llvm is a PoC of a Turing complete ROP compiler with support for a subset of LLVM IR. It is an extension of ropc.☆67Updated 11 years ago
- Quickly find references to the specified Immediate number, or find the function call of specifies offset, and generate C++ functions call…☆25Updated 8 years ago
- Automatic function exporting and linking for fuzzing cross-architecture binaries.☆51Updated 6 years ago
- Dynamic binary translation framework for instrumenting the Linux kernel and its modules☆77Updated 7 years ago
- Programmatic disassembly and patching☆67Updated 8 years ago
- Dynamic Control Flow Recovery☆24Updated 6 years ago
- Detect patterns of bad behavior in function calls☆26Updated 4 years ago
- generate assemblers from disassemblers, 2018 jailbreak security summit talk☆37Updated 4 years ago
- Symbolic execution for LLVM traces produced by PANDA☆40Updated 6 years ago
- Final project for the M.Sc. in Engineering in Computer Science at Università degli Studi di Roma "La Sapienza" (A.Y. 2016/2017).☆35Updated 7 years ago
- MapGuard is a library that enforces a security policy for mmap based page allocations.☆21Updated 3 months ago
- DLL-injection based solution to Brecht Wyseur's wbDES challenge (based on SysK's Phrack article)☆40Updated 7 years ago
- Python based angr plug in for IDA Pro.☆34Updated 7 years ago
- Recover control flow graph from obfuscated codes☆38Updated 9 years ago
- Translate regular Assembly into Extended Instructions☆86Updated 12 years ago
- Targeted patcher for CGC binaries. CGrex was used only during the CGC qualifier event, and is OBSOLETE. For the CFE, we used patcherex (g…☆14Updated 8 years ago
- Heap analysis tooling for dlmalloc☆29Updated 2 years ago