18 lines
658 B
Plaintext
18 lines
658 B
Plaintext
Welcome to queen2!
|
|
-----
|
|
We just learned about creating a GUI for applications, so we had
|
|
to try it. It's very basic, but it works! WOW! A new level of user
|
|
experience in contrast to these old style command line programs.
|
|
Sometimes, this event-stuff is a bit tricky because you don't
|
|
see directly which code is executed if you interact with the GUI..
|
|
|
|
Can you uncover the secret message we put into this program?
|
|
|
|
The flag is also the password for queen3.
|
|
|
|
|
|
Hints
|
|
-----
|
|
A debugger could be of great help after you identified interesting code regions.
|
|
You get the flag by passing your findings as parameter (in decimal) to the `get_token`-command on this VM.
|