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

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.

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.