level06: done (uwu)

This commit is contained in:
0x35c
2025-05-10 15:31:59 +02:00
parent 0d0573136e
commit 7873f038b3
4 changed files with 110 additions and 0 deletions

5
level06/walkthrough Normal file
View File

@ -0,0 +1,5 @@
# 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.