KASLD derandomises the Linux kernel's virtual and physical memory layout as an unprivileged local user.
-
Updated
Jun 11, 2026 - C
KASLD derandomises the Linux kernel's virtual and physical memory layout as an unprivileged local user.
Exploit Development - Weaponized Exploit and Proof of Concepts (PoC)
Some notes + exercises that I've done during my study for the Offensive Security Exploit Developer.
Red-team tool to hook libc read syscall with a buffer overflow vulnerability.
The project collects the gadgets and records the time to obtain gadgets from a process by utilizing an attack technique called Just-In-Time Return-Oriented Programming (JIT-ROP). We utilize the JIT-ROP technique to evaluate different fine-grained address space layout randomization (ASLR) schemes and measure the upper bound of effective re-random…
File Capability Extractor
Dynamic loading with privilege separation
libc_database python wrapper for exploit automation
Repo code for the related post on SecSI Blog: https://secsi.io/blog/blueborne-kill-chain-on-dockerized-android
collection of articles of random topics for private research purposes
Shell script to launch a Bash instance, from which all child processes will have ASLR disabled
My assignments on GDB and Computer Architecture; Buffer Overflow; Stack Overflow and ROP gadgets; ASLR; Heap Overflow; Type Confusion; Injection Attack; Fuzzing.
ROF - Raw Overflow Forge 🔥 An all-in-one ROP exploitation engine that automates binary analysis, gadget extraction, and payload generation. Perfect for CTF challenges, security research, and learning return-oriented programming techniques.
Manual PE loader that parses DOS/NT headers, maps sections, applies relocations (ASLR bypass), resolves imports (IAT), and jumps to entry point. Windows internals study.
Add a description, image, and links to the aslr topic page so that developers can more easily learn about it.
To associate your repository with the aslr topic, visit your repo's landing page and select "manage topics."