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
- Detect patterns of bad behavior in function calls☆26Updated 4 years ago
- clang-based search engine for C/C++ data structures, classes, prototypes & macros☆101Updated 4 months 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
- A plugin to integrate an IPython kernel into Binary Ninja.☆29Updated 6 years ago
- generate assemblers from disassemblers, 2018 jailbreak security summit talk☆37Updated 4 years ago
- ELF/PE/Mach-O parsing library☆50Updated last year
- Linux kernel JIT spray for SMEP / KERNEXEC bypass☆55Updated 12 years ago
- KLEE Symbolic Execution Engine☆60Updated 5 years ago
- K-Hunt: Pinpointing Insecure Crypto Keys☆44Updated 6 years ago
- Dynamic binary translation framework for instrumenting the Linux kernel and its modules☆77Updated 7 years ago
- Rewriting functions in compiled binaries using McSema☆88Updated 5 years ago
- Course sample for SMT-Based Binary Program Analysis training class☆31Updated 6 years ago
- Bootloader research tools (very much a work in progress)☆37Updated 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
- 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
- KLEE-TAINT - Klee with taint analysis support☆71Updated 7 years ago
- Python repository containing parsed standard C library function and argument information☆26Updated 6 years ago
- REIL translation library☆36Updated 8 years ago
- Assembled Labeled Library for Static Analysis Research - Debian packages built for 6 architectures, storing compiler artifacts, binaries…☆28Updated 3 years ago
- Python based angr plug in for IDA Pro.☆34Updated 7 years ago
- Undefined Behaviour Snippets☆17Updated 7 years ago
- x86 bootloader emulation with Miasm (case of NotPetya)☆41Updated 5 years ago
- Automated Return-Oriented Programming Chaining☆83Updated 8 years ago
- Automatic function exporting and linking for fuzzing cross-architecture binaries.☆51Updated 6 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
- x86 Dynamic Binary Translator Library☆34Updated 4 years ago
- IDAPython plugin for finding Xrefs from a function☆48Updated 8 years ago
- ☆26Updated 6 years ago
- Automatically exported from code.google.com/p/elfesteem☆34Updated 6 years ago
- MapGuard is a library that enforces a security policy for mmap based page allocations.☆21Updated 2 months ago