42_Override/level06/walkthrough
2025-05-10 15:31:59 +02:00

6 lines
375 B
Plaintext

# Level06
Using ghidra, we can decompile the code and see that it opens a shell if 2 values match, depending on a string (login that we can input).
To reverse engineer the value we need to obtain, we slightly changed the copy of the source code to put a print of the value modified by the program.
We then just have to input that same value in the program and that's it :D.