| A CrackMe by ByteClassic (on yt) |
[Click to reveal]The passwort is: secret123. Decompiled with Ghidra
|
2025-06-17 13:12 |
| Very easy |
[Click to reveal]Okay, i solved it. It is a very nice concept to be honest. So how it works:
In the first input, you enter a number, for example, 1. In the second input, you calculate 1 * 0x14 + 4, which in this scenario would be 24. In other words:
Your input * 0x14 + 4 = solution
|
2025-06-17 13:02 |