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.
- Host: GitHub
- URL: https://github.com/ahpaleus/mbe
- Owner: ahpaleus
- Created: 2018-08-15T16:24:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T08:24:12.000Z (over 5 years ago)
- Last Synced: 2024-12-31T09:32:34.814Z (6 months ago)
- Topics: aslr, aslr-bypass, ctf, mbe, writeups
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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