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.
☆44Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for simple_simhash
- A plugin to integrate an IPython kernel into Binary Ninja.☆29Updated 6 years ago
- Symbolic execution for LLVM traces produced by PANDA☆40Updated 5 years ago
- REIL translation library☆36Updated 8 years ago
- Bootloader research tools (very much a work in progress)☆37Updated 5 years ago
- clang-based search engine for C/C++ data structures, classes, prototypes & macros☆101Updated 8 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
- Binary matching with Binary Ninja☆21Updated 4 months ago
- A project for simulating fuzzing such that analysis can be done on coverage/feedback/scaling mechanisms☆9Updated 4 years ago
- KLEE Symbolic Execution Engine☆61Updated 5 years ago
- ELF/PE/Mach-O parsing library☆50Updated 7 months ago
- MapGuard is a library that enforces a security policy for mmap based page allocations.☆21Updated 2 years ago
- Dynamic binary translation framework for instrumenting x86-64 user space Linux programs☆39Updated 6 years ago
- The Binary Mutation code based on Uroboros☆14Updated 5 years ago
- Dynamic binary translation framework for instrumenting the Linux kernel and its modules☆77Updated 6 years ago
- Automatic function exporting and linking for fuzzing cross-architecture binaries.☆50Updated 6 years ago
- KLEE-TAINT - Klee with taint analysis support☆71Updated 7 years ago
- generate assemblers from disassemblers, 2018 jailbreak security summit talk☆37Updated 4 years ago
- Dynamic analysis of binary programs to retrieve function-related information (arity, type of parameters, coupling).☆67Updated 7 years ago
- Assembled Labeled Library for Static Analysis Research - Debian packages built for 6 architectures, storing compiler artifacts, binaries…☆27Updated 3 years ago
- Detect patterns of bad behavior in function calls☆25Updated 4 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
- De Mysteriis Dom jemalloc☆65Updated 7 years ago
- Dynamic Control Flow Recovery☆23Updated 6 years ago
- Collection of LLVM passes and triage tools for use with the KRF fuzzer☆35Updated 2 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.☆66Updated 11 years ago
- A simple library focusing on demangling symbols for different programing languages☆39Updated 3 years ago
- Underconstrained symbolic execution for cryptography verification☆18Updated 3 years ago
- Course sample for SMT-Based Binary Program Analysis training class☆30Updated 6 years ago
- Python repository containing parsed standard C library function and argument information☆26Updated 6 years ago
- Python based angr plug in for IDA Pro.☆34Updated 6 years ago