Blog
> OverTheWire (Leviathan - Reverse Engineering)
December 31, 2020
Overview
Project Information
OverTheWire (Leviathan - Reverse Engineering)
Progress
- Finished "Leviathan" of OverTheWire
Project Links
- Github - Writeup
Useful Links
- Reverse Engineering ELF Files
** POTENTIAL SPOILERS AHEAD! **
Reflection
Day 1 (done)
- **SPOILER**: Look at the ltrace and try to check for exploits, in particular WHERE and HOW the user input is being used in the code, and how different places use the same input differently, and then how those differences can be exploited
- I didn't know that different OverTheWire challenges also focused on individual parts common to CTFs. In this case, Leviathan is more Reverse Engineering focused, while Bandit was more Linux/General focused.
Happy New Years Eve! :)