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 5 years ago
- generate assemblers from disassemblers, 2018 jailbreak security summit talk☆37Updated 4 years ago
- clang-based search engine for C/C++ data structures, classes, prototypes & macros☆101Updated 4 months ago
- Dynamic Control Flow Recovery☆24Updated 6 years ago
- Tool to view heap chunks and memory writes (using pintool)☆39Updated 6 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
- Dynamic binary translation framework for instrumenting the Linux kernel and its modules☆77Updated 7 years ago
- A plugin to integrate an IPython kernel into Binary Ninja.☆29Updated 6 years ago
- Detect patterns of bad behavior in function calls☆26Updated 4 years ago
- An Integrity-Check Monitoring Pintool☆56Updated 4 years ago
- MapGuard is a library that enforces a security policy for mmap based page allocations.☆21Updated 2 months ago
- Linux kernel JIT spray for SMEP / KERNEXEC bypass☆55Updated 12 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
- x86 bootloader emulation with Miasm (case of NotPetya)☆41Updated 5 years ago
- ELF/PE/Mach-O parsing library☆50Updated last year
- Undefined Behaviour Snippets☆17Updated 7 years ago
- Toy binaries to play with -fsanitize=safe-stack/cfi☆9Updated 9 years ago
- Dynamic analysis of binary programs to retrieve function-related information (arity, type of parameters, coupling).☆67Updated 7 years ago
- Implementation of G-Free: Defeating Return-Oriented Programming through Gadget-less Binaries☆95Updated 6 years ago
- TypeSan checks casts in C++ code - code released for CCS 2016☆33Updated 3 years ago
- Course sample for SMT-Based Binary Program Analysis training class☆31Updated 6 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
- 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
- Symbolic execution for LLVM traces produced by PANDA☆40Updated 6 years ago
- Plugins for IDA Pro and Hex-Rays☆41Updated 6 years ago
- ELF binary that runs on several different *nix flavours. Works out which variant it's being run on and runs code specific to that.☆39Updated 4 years ago
- Heap analysis tooling for dlmalloc☆28Updated 2 years ago