1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
| ❯ file Project1.exe Project1.exe: PE32 executable for MS Windows 4.00 (GUI), Intel i386, 8 sections
check the string CODE:0045041C 00000010 C Congratulation! CODE:00450434 0000000B C Authkey : CODE:004504B8 00000009 C 2abbe4b6 CODE:004504CC 00000009 C 44536ca0 CODE:004504E0 00000009 C 81aae922 CODE:004504F4 00000009 C e32fa0de
check reference _TForm1_FormCreate proc near push ebx mov ebx, eax lea eax, [ebx+300h] mov edx, offset _str_2abbe4b6.Text call @System@@LStrAsg$qqrpvpxv ; System::__linkproc__ LStrAsg(void *,void *) lea eax, [ebx+304h] mov edx, offset _str_44536ca0.Text call @System@@LStrAsg$qqrpvpxv ; System::__linkproc__ LStrAsg(void *,void *) lea eax, [ebx+308h] mov edx, offset _str_81aae922.Text call @System@@LStrAsg$qqrpvpxv ; System::__linkproc__ LStrAsg(void *,void *) lea eax, [ebx+30Ch] mov edx, offset _str_e32fa0de.Text call @System@@LStrAsg$qqrpvpxv ; System::__linkproc__ LStrAsg(void *,void *) push dword ptr [ebx+300h] push dword ptr [ebx+308h] push dword ptr [ebx+304h] push dword ptr [ebx+30Ch] lea eax, [ebx+324h] mov edx, 4 call @System@@LStrCatN$qqrv ; System::__linkproc__ LStrCatN(void) pop ebx retn _TForm1_FormCreate endp
get auth
|