dexoxo, "flag" is not a password. Password for pdf - flag in program (enter correct password & get flag) |
==> |
Harshil55, no |
==> |
enkeyz, no, this is incorrect flag |
==> |
Rainbow, ok, but... where is flag? |
==> |
dannyalles, no, file really broken xD |
==> |
I don't write very well in English, but I'll try to explain.
[MAZE TASK]
The flag is the way out of the maze. That is, a string that is an output, after entering which the message appears on the screen:"... where is flag?". It's just encoded in a special way.
[SECRET TASK]
Line "...nice jump" is a hint to the place where there is a transition to the next secret function.
The pass code to the secret location looks like this
.text:xxx push eax
SECRET_DATA
.text:xxx xor eax, 1358h
.text:xxx push ebx
.text:xxx xor eax, ebx
.text:xxx xor ebx, eax
.text:xxx xor eax, eax
.text:xxx pop ebx
.text:xxx pop eax
---
Unfortunately, the solution never uploaded to the site, so here is the link.
https://yadi.sk/d/u-EvDNLH4rLv4Q |
==> |
jeffli6789,
[HINT]
the path out of the maze is the flag, just encoded in a certain way. |
==> |
jeffli6789, nice 2 flags left |
==> |