Lost404
November 24th, 2000, 23:42
Well copycrypt uses code 09 in FrogSice to protect itself from sice...and i just can't find the damn thing....
FrogSice says:
mov eax, Device_ID ; 202h for SICE or 7a5Fh for SIWVID VxD ID
mov edi, Device_Name ; only used if no VxD ID (useless in our case ;-)
VMMCall Get_DDB
mov [DDB], ecx
So after the code is executed i should land someplace after the mov ddb,ecx right?
Well the problem is i don't...i land in some funny code with lotta push [crap] and some calls to XXXstuph addresses.
So what the hell could be wrong?
FrogSice says:
mov eax, Device_ID ; 202h for SICE or 7a5Fh for SIWVID VxD ID
mov edi, Device_Name ; only used if no VxD ID (useless in our case ;-)
VMMCall Get_DDB
mov [DDB], ecx
So after the code is executed i should land someplace after the mov ddb,ecx right?
Well the problem is i don't...i land in some funny code with lotta push [crap] and some calls to XXXstuph addresses.
So what the hell could be wrong?