This commit is contained in:
2025-12-15 13:31:12 +01:00
commit 26e0102f58
10165 changed files with 233472 additions and 0 deletions

19
2/queen3/README Normal file
View File

@@ -0,0 +1,19 @@
Welcome to queen3!
-----
Programming in C is often error prone, so we decided to try a new
language. In contrast to C, it is much safer, but these newer
languages often use some core libraries for fancy constructs and
language features. So the disassembly looks kind of ugly.
Nevertheless, are you able to reverse this program?
You can reach the flagservice with
nc localhost 31338
Hints
-----
First, identify the language and try to understand the use of the called language core functions.
Strings are not always terminated with a null-byte. It might be helpful to
identify some strings and create char-arrays for them in the disassembler before
reversing the whole prorgam.

BIN
2/queen3/challenge Executable file

Binary file not shown.