sashaNull's Stars
capstone-engine/capstone
Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.
shellphish/how2heap
A repository for learning various heap exploitation techniques.
xairy/linux-kernel-exploitation
A collection of links related to Linux kernel security and exploitation
antonio-morales/Fuzzing101
An step by step fuzzing tutorial. A GitHub Security Lab initiative
carlini/printf-tac-toe
tic-tac-toe in a single call to printf
h0mbre/Learning-C
A series of mini-projects used to learn C for beginners
xairy/vmware-exploitation
A collection of links related to VMware escape exploits
jakespringer/angr_ctf
scwuaptx/Pwngdb
gdb for pwn
hardik05/Damn_Vulnerable_C_Program
An example C program which contains vulnerable code for common types of vulnerabilities. It can be used to show fuzzing concepts.
matrix1001/glibc-all-in-one
🎁A convenient glibc binary and debug file downloader and source code auto builder
mahaloz/decomp2dbg
A plugin to introduce interactive symbols into your debugger from your decompiler
bcoles/kasld
Kernel Address Space Layout Derandomization (KASLD) - A collection of various techniques to infer the Linux kernel base virtual address as an unprivileged local user, for the purpose of bypassing Kernel Address Space Layout Randomization (KASLR).
bata24/gef
GEF - GDB Enhanced Features for exploit devs & reversers
SalusaSecondus/CryptoGotchas
A collection of common (interesting) cryptographic mistakes and learning resources.
pwncollege/pwnkernel
Kernel development & exploitation practice environment.
n132/Libc-GOT-Hijacking
Binary Exploitation Skill. Gain RCE from arbitrary write.
nccgroup/libslub
lorenzo-stoakes/linux-mm-notes
Succinct notes on the linux mm subsystem.
Granary/granary
Dynamic binary translation framework for instrumenting the Linux kernel and its modules
sefcom/KHeaps
Playing for {K (H) eaps}: Understanding and Improving Linux Kernel Exploit Reliability
purseclab/Patcherex2
A versatile and easy-to-use static binary patching tool.
bordig-f/angr-strategies
A cheat sheet that summarises "strategies" (or techniques) to use with angr.
h0mbre/h0mbre.github.io
zolutal/kropr
ropr with some tweaks for better linux kernel support
lkmidas/lkmidas.github.io
n132/KZone
A Play Ground for learning Kernel.
n132/libx
A Linux Kernel Exploitation C Library
taylalm/SpamVis
This repo introduces SpamVis, a Visual Interactive System for Spam Review Detection. SpamVis is an interactive tool that combines several machine learning and deep learning models with real-time data visualization to tackle the growing issue of spam reviews.
taylalm/Threads-Sentiment-Analysis-CNN
This repo contains a comprehensive analysis of Threads app reviews using Convolutional Neural Networks (CNN) for sentiment analysis and Latent Dirichlet Allocation (LDA) for topic modeling.