- Joined
- Jul 15, 2004
- Messages
- 1,207
- Reaction score
- 689
Never messed with it, must be some sht who save infos such a crc or whatever of client files T_T
Dev this i got error on resource guard
and before start reversing that sht.. maybe some of you guys allready study it and can share some info :scared:
I doubt if its can be calculated, i believe its store consants of file checksum and simply recheck it
Wrong section?
Edited:
K, i found where and how
Dev this i got error on resource guard
and before start reversing that sht.. maybe some of you guys allready study it and can share some info :scared:
I doubt if its can be calculated, i believe its store consants of file checksum and simply recheck it
Wrong section?
Edited:
K, i found where and how
Code:
@main_no__00974610: ;<= Procedure Start
PUSH EBP ; BLAD!!!!
MOV EBP,ESP
SUB ESP,8
PUSH EBX
PUSH ESI
PUSH EDI
MOV DWORD PTR SS:[EBP-8],ECX
MOV EAX,DWORD PTR SS:[EBP+0Ch]
MOV DWORD PTR SS:[EBP-4],EAX
PUSH ESI
PUSH EDI
MOV EAX,DWORD PTR SS:[EBP+010h]
MOV ECX,DWORD PTR DS:[EAX]
MOV EBX,DWORD PTR SS:[EBP-8]
MOV EDI,DWORD PTR DS:[EBX]
MOV ESI,DWORD PTR SS:[EBP+8]
MOV EBX,DWORD PTR SS:[EBP-4]
LEA EDX,DWORD PTR DS:[ESI+EBX]
@main_no__00974637:
XOR EAX,EAX
MOV BL,BYTE PTR DS:[ESI] ; Buffer[K]
MOV AL,CL
INC ESI
XOR AL,BL
SHR ECX,8
MOV EBX,DWORD PTR DS:[EDI+EAX*4]
XOR ECX,EBX
CMP EDX,ESI
JNZ @main_no__00974637
POP EDI
POP ESI
MOV EAX,DWORD PTR SS:[EBP+010h]
MOV DWORD PTR DS:[EAX],ECX
POP EDI
POP ESI
POP EBX
MOV ESP,EBP
POP EBP
RETN 0Ch ;<= Procedure End