Stars
stb single-file public domain libraries for C/C++
A little tool to play with Windows security
AddressSanitizer, ThreadSanitizer, MemorySanitizer
Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports.
A repository for learning various heap exploitation techniques.
Course materials for Modern Binary Exploitation by RPISEC
Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations.
Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
Porting Windows Dynamic Link Libraries to Linux
Security oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW based)
Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer
A Linux version of the ProcDump Sysinternals tool
Implementations of SIMD instruction sets for systems which don't natively support them.
A parallel implementation of gzip for modern multi-processor, multi-core machines.
A fork of AFL for fuzzing Windows binaries
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
Standards compliant, fast, secure markdown processing library in C
How to write a very simple JIT compiler
Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON) optimizations: used by Apache Doris, ClickHouse, Alibaba Tair, Redpanda, YDB and StarRocks
★ Fullfast transactional key-value memory-mapped B-Tree storage engine without WAL ★ Surpasses the legendary LMDB in terms of reliability, features and performance. ★ Used by half of Ethereum and m…