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:
- clang-based search engine for C/C++ data structures, classes, prototypes & macros☆103Updated 7 months ago
- generate assemblers from disassemblers, 2018 jailbreak security summit talk☆37Updated 5 years ago
- Detect patterns of bad behavior in function calls☆26Updated 4 years ago
- A plugin to integrate an IPython kernel into Binary Ninja.☆30Updated 7 years ago
- Bootloader research tools (very much a work in progress)☆37Updated 6 years ago
- KLEE-TAINT - Klee with taint analysis support☆70Updated 7 years ago
- MapGuard is a library that enforces a security policy for mmap based page allocations.☆21Updated 6 months ago
- K-Hunt: Pinpointing Insecure Crypto Keys☆44Updated 6 years ago
- KLEE Symbolic Execution Engine☆60Updated 5 years ago
- Python repository containing parsed standard C library function and argument information☆27Updated 6 years ago
- Implementation of G-Free: Defeating Return-Oriented Programming through Gadget-less Binaries☆95Updated 6 years ago
- ProXBBE (Protocol eXtraction By Binary Execution)☆31Updated 7 years ago
- Shadow-Box: Lightweight and Practical Kernel Protector for ARM (Presented at BlackHat Asia 2018)☆73Updated 7 years ago
- ☆74Updated 2 years ago
- Programmatic disassembly and patching☆68Updated 8 years ago
- Assembled Labeled Library for Static Analysis Research - Debian packages built for 6 architectures, storing compiler artifacts, binaries…☆28Updated 4 years ago
- Dynamic Control Flow Recovery☆24Updated 7 years ago
- Dynamic binary translation framework for instrumenting the Linux kernel and its modules☆77Updated 7 years ago
- REIL translation library☆36Updated 9 years ago
- Dynamic analysis of binary programs to retrieve function-related information (arity, type of parameters, coupling).☆67Updated 7 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).☆34Updated 7 years ago
- Uncovering Class Hierarchies in C++ Programs☆127Updated 2 years ago
- x86 bootloader emulation with Miasm (case of NotPetya)☆43Updated 6 years ago
- Linux kernel JIT spray for SMEP / KERNEXEC bypass☆55Updated 12 years ago
- Tool to view heap chunks and memory writes (using pintool)☆40Updated 6 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
- Security Evaluation of Dynamic Binary Instrumentation Engines☆80Updated 6 years ago
- Python based angr plug in for IDA Pro.☆35Updated 7 years ago
- Collection of LLVM passes and triage tools for use with the KRF fuzzer☆36Updated 2 years ago