| CRACK ME DLL |
[Click to reveal]@vilxd Fun little crackme, enjoyed tracing the HP logic.
The validation basically comes down to:
ROR32((ROR32(state ^ hp, 0x18) ^ 0x234), 0x1B) == 0x18680
Then the loop builds HP to 100. Patched the loop bound and got "You have 50" :)
|
2026-09-01 16:45 |
| Double Door |
[Click to reveal]Quite easy one actually,
When you load the main.exe PE to IDA PRO, there appears to be a function called <check_password>
Inside it checks against the input value and the decoded version of "Y3JhY2ttZTIwMjQ=" which is "crackme2024", thus the correct password, then it grants access to the user and give the flag "CR4CK3R_41"
|
2026-08-30 17:03 |