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
- Python repository containing parsed standard C library function and argument information☆26Updated 6 years ago
- Toy binaries to play with -fsanitize=safe-stack/cfi☆9Updated 9 years ago
- A plugin to integrate an IPython kernel into Binary Ninja.☆29Updated 6 years ago
- x86 Dynamic Binary Translator Library☆34Updated 4 years ago
- Bootloader research tools (very much a work in progress)☆37Updated 6 years ago
- Undefined Behaviour Snippets☆17Updated 8 years ago
- Dynamic Control Flow Recovery☆24Updated 7 years ago
- Course sample for SMT-Based Binary Program Analysis training class☆31Updated 7 years ago
- Tool to view heap chunks and memory writes (using pintool)☆39Updated 6 years ago
- x86 bootloader emulation with Miasm (case of NotPetya)☆41Updated 5 years ago
- Write ups of solution for CTF challenges I solved☆25Updated 3 years ago
- MapGuard is a library that enforces a security policy for mmap based page allocations.☆21Updated 3 months ago
- Translate regular Assembly into Extended Instructions☆86Updated 12 years ago
- generate assemblers from disassemblers, 2018 jailbreak security summit talk☆37Updated 4 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
- Reverse Engineering tool for Ethereum EVM☆19Updated 8 years ago
- Collection of LLVM passes and triage tools for use with the KRF fuzzer☆36Updated 2 years ago
- SafeInit protects software from uninitialized read vulnerabilities - code released for NDSS 2017☆24Updated 3 years ago
- Assembled Labeled Library for Static Analysis Research - Debian packages built for 6 architectures, storing compiler artifacts, binaries…☆28Updated 4 years ago
- REIL translation library☆36Updated 8 years ago
- ROP based Movfuscator VM☆28Updated 8 years ago
- clang-based search engine for C/C++ data structures, classes, prototypes & macros☆101Updated 5 months ago
- ☆74Updated 2 years ago
- Binary dynamic, static, and symbolic execution analysis tools for directed test generation☆22Updated 5 years ago
- S2E Core Engine Library☆15Updated 5 years ago
- ☆11Updated 4 years ago
- The Binary Mutation code based on Uroboros☆14Updated 6 years ago
- Detect patterns of bad behavior in function calls☆26Updated 4 years ago
- Programmatic disassembly and patching☆67Updated 8 years ago
- KLEE-TAINT - Klee with taint analysis support☆70Updated 7 years ago