Arbitor
October 16th, 2003, 07:07
this is about expired date... only 14 day, so i wanna change
mov eax, dword ptr epb[-0C] with something fix see address 1006397E.
can anyone tell me ??
so when eax compare with 00000001 the program will jump
i don't wanna change the other .. becouse that procedure call many time....
1005D60A E84D630000 call 1006395C
1005D60F 83F801 cmp eax, 00000001
1005D612 8945EC mov dword ptr [ebp-14], eax
1005D615 7D0F jge 1005D626 <<-- good jump
.
. << bad statment here>>>
.
-------------------------------------------------------------
1006395C 55 push ebp
.
.
.
1006397E 8B55F8 mov edx, dword ptr [ebp-08] <- here
1006397B 8B45F4 mov eax, dword ptr [ebp-0C] <- and here
10063981 C9 leave
10063982 C3 ret
Thank's for help...
mov eax, dword ptr epb[-0C] with something fix see address 1006397E.
can anyone tell me ??
so when eax compare with 00000001 the program will jump
i don't wanna change the other .. becouse that procedure call many time....
1005D60A E84D630000 call 1006395C
1005D60F 83F801 cmp eax, 00000001
1005D612 8945EC mov dword ptr [ebp-14], eax
1005D615 7D0F jge 1005D626 <<-- good jump
.
. << bad statment here>>>
.
-------------------------------------------------------------
1006395C 55 push ebp
.
.
.
1006397E 8B55F8 mov edx, dword ptr [ebp-08] <- here
1006397B 8B45F4 mov eax, dword ptr [ebp-0C] <- and here
10063981 C9 leave
10063982 C3 ret
Thank's for help...