timotei on 2019-04-04 19:09:
Like this one. Good to trace and not that hard to reverse.
I found this login: lozlvl* (* I don't want to reveal everything :-)
garmoen on 2019-04-06 19:12:
Found it. Fun to reverse C++ classes
BinaryNewbie on 2019-08-10 17:08:
Very simple, although C++ is very weird ahaha
rustymagnet on 2020-03-03 12:00:
I would say this is a l3 challenge, due to the amount of C++ Symbols. There is a bit of XOR magic in here. Trust your debugger (gdb) and set Breakpoints at good points.
You must be logged in to submit a writeup
Solution by BinaryNewbie on 2019-08-10 17:32: It contains a write-up and a python script.