jle-quel's Stars
cpuu/awesome-fuzzing
A curated list of awesome Fuzzing(or Fuzz Testing) for software security
tylerha97/awesome-reversing
A curated list of awesome reversing resources
OWASP/owasp-mastg
The Mobile Application Security Testing Guide (MASTG) is a comprehensive manual for mobile app security testing and reverse engineering. It describes the technical processes for verifying the controls listed in the OWASP Mobile Application Security Verification Standard (MASVS).
pguillie/ftpd
Implementation of a File Transfer Protocol server - RFC959
ksluckow/awesome-symbolic-execution
A curated list of awesome symbolic execution resources including essential research papers, lectures, videos, and tools.
agavrel/42-Bitwise_Operators
Discover how to sucessfully use bitwise operators in daily coding
DjeDt/ft_irc
simple irc server/client
seemoo-lab/opendrop
An open Apple AirDrop implementation written in Python
Keycapsss/awesome-mechanical-keyboard
⌨️ A curated list of Open Source Mechanical Keyboard resources.
RPISEC/MBE
Course materials for Modern Binary Exploitation by RPISEC
lief-project/LIEF
LIEF - Library to Instrument Executable Formats (C++, Python, Rust)
a0rtega/pafish
Pafish is a testing tool that uses different techniques to detect virtual machines and malware analysis environments in the same way that malware families do
PaulSec/awesome-sec-talks
A collected list of awesome security talks
JonathanSalwan/ROPgadget
This tool lets you search your gadgets on your binaries to facilitate your ROP exploitation. ROPgadget supports ELF, PE and Mach-O format on x86, x64, ARM, ARM64, PowerPC, SPARC, MIPS, RISC-V 64, and RISC-V Compressed architectures.
Boyan-MILANOV/ropium
ROPium is a tool that helps you building ROP exploits by finding and chaining gadgets together
Escapingbug/awesome-browser-exploit
awesome list of browser exploitation tutorials
google/google-ctf
Google CTF
HFO4/gameboy.live
🕹️ A basic gameboy emulator with terminal "Cloud Gaming" support
slimm609/checksec
Checksec
sharkdp/bat
A cat(1) clone with wings.
sharkdp/hexyl
A command-line hex viewer
shellphish/how2heap
A repository for learning various heap exploitation techniques.
DhavalKapil/heap-exploitation
This book on heap exploitation is a guide to understanding the internals of glibc's heap and various attacks possible on the heap structure.
pwndbg/pwndbg
Exploit Development and Reverse Engineering with GDB Made Easy
wargio/r2dec-js
radare2 plugin - converts asm to pseudo-C code.
radareorg/radare2
UNIX-like reverse engineering framework and command-line toolset
hsgw/plaid
12x4 ortholinear usb keyboard made by Through Hole components ONLY.
a0rtega/metame
metame is a metamorphic code engine for arbitrary executables
FedeDP/Clight
A C daemon that turns your webcam into a light sensor. It will adjust screen backlight based on ambient brightness.
cfenollosa/os-tutorial
How to create an OS from scratch