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:
- Bootloader research tools (very much a work in progress)☆37Updated 6 years ago
- Course sample for SMT-Based Binary Program Analysis training class☆30Updated 7 years ago
- Detect patterns of bad behavior in function calls☆26Updated 4 years ago
- Linux kernel JIT spray for SMEP / KERNEXEC bypass☆55Updated 12 years ago
- A project for simulating fuzzing such that analysis can be done on coverage/feedback/scaling mechanisms☆9Updated 5 years ago
- generate assemblers from disassemblers, 2018 jailbreak security summit talk☆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
- x86 bootloader emulation with Miasm (case of NotPetya)☆42Updated 6 years ago
- ELF/PE/Mach-O parsing library☆50Updated last year
- Translate regular Assembly into Extended Instructions☆87Updated 12 years ago
- suite of binaries used to test function identification☆29Updated 7 years ago
- TypeSan checks casts in C++ code - code released for CCS 2016☆35Updated 4 years ago
- REIL translation library☆36Updated 9 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
- clang-based search engine for C/C++ data structures, classes, prototypes & macros☆101Updated 6 months ago
- QuickPatch: A patching tool☆13Updated 5 years ago
- Binary dynamic, static, and symbolic execution analysis tools for directed test generation☆22Updated 5 years ago
- Assembled Labeled Library for Static Analysis Research - Debian packages built for 6 architectures, storing compiler artifacts, binaries…☆28Updated 4 years ago
- An Integrity-Check Monitoring Pintool☆57Updated 4 years ago
- A plugin to integrate an IPython kernel into Binary Ninja.☆29Updated 6 years ago
- ☆74Updated 2 years ago
- Python repository containing parsed standard C library function and argument information☆26Updated 6 years ago
- Automatic function exporting and linking for fuzzing cross-architecture binaries.☆51Updated 6 years ago
- Heap analysis tooling for dlmalloc☆31Updated 2 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
- ROP gadget finder and analysis in pure Javascript☆29Updated 2 years ago
- KLEE Symbolic Execution Engine☆60Updated 5 years ago
- The Binary Mutation code based on Uroboros☆14Updated 6 years ago
- Symbolic execution for LLVM traces produced by PANDA☆40Updated 6 years ago