optimyze / simple_simhashLinks
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 6 years ago
Alternatives and similar repositories for simple_simhash
Users that are interested in simple_simhash are comparing it to the libraries listed below
Sorting:
- generate assemblers from disassemblers, 2018 jailbreak security summit talk☆38Updated 5 years ago
- clang-based search engine for C/C++ data structures, classes, prototypes & macros☆103Updated 2 weeks ago
- Uncovering Class Hierarchies in C++ Programs☆127Updated 2 years ago
- x86 bootloader emulation with Miasm (case of NotPetya)☆43Updated 6 years ago
- ☆74Updated 2 years ago
- Linux kernel JIT spray for SMEP / KERNEXEC bypass☆55Updated 12 years ago
- The grey fox☆25Updated 9 years ago
- KLEE-TAINT - Klee with taint analysis support☆70Updated 7 years ago
- REIL translation library☆36Updated 9 years ago
- A plugin to integrate an IPython kernel into Binary Ninja.☆30Updated 7 years ago
- Simple Function calls tracer☆73Updated 7 years ago
- Programmatic disassembly and patching☆68Updated 8 years ago
- ☆59Updated 5 years ago
- a friendly wrapper around ptrace☆132Updated 3 years ago
- Tracing framework for full system simulators☆56Updated 9 years ago
- KLEE Symbolic Execution Engine☆60Updated 5 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
- ELF/PE/Mach-O parsing library☆50Updated last year
- ☆74Updated 4 years ago
- Rewriting functions in compiled binaries using McSema☆89Updated 5 years ago
- ☆69Updated 3 years ago
- Recover control flow graph from obfuscated codes☆38Updated 10 years ago
- Implementation of G-Free: Defeating Return-Oriented Programming through Gadget-less Binaries☆95Updated 6 years ago
- Dynamic binary translation framework for instrumenting the Linux kernel and its modules☆77Updated 7 years ago
- Tool to view heap chunks and memory writes (using pintool)☆40Updated 6 years ago
- Dynamic Control Flow Recovery☆24Updated 7 years ago
- ROP gadget finder and analysis in pure Javascript☆29Updated 3 years ago
- Triton based R2 plugin for concolic execution and total control☆32Updated 6 years ago
- Python repository containing parsed standard C library function and argument information☆27Updated 6 years ago
- Security Evaluation of Dynamic Binary Instrumentation Engines☆80Updated 6 years ago