| CRACKME |
; Attributes: bp-based frame
; int __fastcall main(int argc, const char **argv, const char **envp)
public main
main proc near
push rbp
mov rbp, rsp
mov rcx, offset __data_start__ ; "Enter password: "
call printf_0
mov rcx, offset inputfmt ; "%99s"
mov rdx, offset input
call scanf
mov rcx, offset input ; Str1
mov rdx, offset pass ; "simba123"
call strcmp
test eax, eax
jnz short main_wrong
password - simba123
Thanks for program! |
2026-06-11 09:10 |