diff options
author | AnyUnderstanding | 2024-06-15 09:33:15 +0200 |
---|---|---|
committer | GitHub | 2024-06-15 09:33:15 +0200 |
commit | b21b4526d9852d826a82738aa562bc88e7575d93 (patch) | |
tree | 43af7fca8c0eb49fc7bdb125aa87ff1c7c61a044 | |
parent | 86c7772e186ffd3409c693ab22c576aa9a382be5 (diff) |
Update archventuretime.md
Signed-off-by: AnyUnderstanding <43818034+AnyUnderstanding@users.noreply.github.com>
-rw-r--r-- | archventuretime.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archventuretime.md b/archventuretime.md index 4f96c65..d937ac5 100644 --- a/archventuretime.md +++ b/archventuretime.md @@ -1,6 +1,6 @@ # Archventuretime -Archventuretime is a reversing challenge, where you have to obtain a license-key. +Archventuretime is a reversing challenge, where you have to obtain a license-key by reversing a binary with checks the key. The binary creates 4 new binaries, which are all compiled for different architectures. ## First look The challenge consists of binary and a Dockerfile. The Dockerfile installs various QEMU packages on an ubuntu system and then starts the binary. |