dandelion_msla on 2026-07-10 21:26:
Thanks! I found the password
Lacks on 2026-07-10 21:44:
[Click to reveal]so in x64dbg you can nop out the access denied and if you do that correctly it will print out the current password string and also if you just want to crack it you go to user moudles -> string references then right click access granted and copy its address then double click access denied and click space bar then type in "jmp 0x0000000140001379" and then go to file patch file -> patch file then put in (level1cracked.exe) and there you go you cracked it and got it to print the password which the password is "password"
brokensociety on 2026-07-10 21:57:
[Click to reveal]decompiled and found:
builtin_strncpy(acStack_b0,"password",8);
Answer: password
programcracker on 2026-07-11 00:09:
cool crackme, quite easy too