An open API service indexing awesome lists of open source software.

https://github.com/ahpaleus/mbe

Modern Binary Exploitation write-ups.
https://github.com/ahpaleus/mbe

aslr aslr-bypass ctf mbe writeups

Last synced: 4 months ago
JSON representation

Modern Binary Exploitation write-ups.

Awesome Lists containing this project

README

        

# MBE
Modern Binary Exploitation solutions.
https://github.com/RPISEC/MBE

### Lab Breakdown
Lab | Topic
--- | ----- |
[00](/crackme) | Crackme Challenges
[01](/lab01) | Reverse Engineering
[02](/lab02) | Memory Corruption
[03](/lab03) | Shellcoding
[04](/lab04) | Format Strings
[05](lab05) | DEP and ROP
-- | ASLR always enabled from this point
[06](/lab06) | ASLR
[07](/lab07) | Heap
[08](/lab08) | Misc and Stack Cookies
[09](/lab09) | C++
[10](/lab10) | Linux Kernel