https://github.com/geoffrey-diederichs/404ctf_writeups
Write-ups from 2024's edition of the 404 CTF.
https://github.com/geoffrey-diederichs/404ctf_writeups
ctf pwn reverse-engineering scripting writeups
Last synced: 11 months ago
JSON representation
Write-ups from 2024's edition of the 404 CTF.
- Host: GitHub
- URL: https://github.com/geoffrey-diederichs/404ctf_writeups
- Owner: geoffrey-diederichs
- Created: 2024-04-21T10:35:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T14:48:20.000Z (over 1 year ago)
- Last Synced: 2025-05-13T20:34:07.649Z (about 1 year ago)
- Topics: ctf, pwn, reverse-engineering, scripting, writeups
- Language: Python
- Homepage: https://www.404ctf.fr/
- Size: 1.96 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [404 CTF](https://404ctf.fr)
Write-ups from some of the most interesting challenges I've solve during 2024's edition of the 404 CTF.
## [Jean Pile](./Jean_Pile)
Bypassing ASLR using a ret2libc.
## [Revers(ibl)e Engineering [1/2]](./Reversible_Engineering_1)
Scripting GDB using Python to brute force a randomly generated encoding algorithm in a few seconds.
## [Revers(ibl)e Engineering [2/2]](./Reversible_Engineering_2)
Scripting GDB using Python to brute force a randomly generated encoding algorithm that can only be ran once.