This code is from preproc.inc
hash_constant:
push esi ebp
mov esi,ebx
xor ebx,ebx
mov eax,2166136261 ;0x811C9DC5
mov ebp,16777619 ;0x1000193
hash_constant_name:
xor al,[esi+ebx]
mul ebp
inc bl
cmp bl,cl
jb hash_constant_name
mov ebp,eax
and ebp,2FFh shl 22
shl eax,10
xor eax,ebp
or ax,cx
mov ebx,esi
pop ebp esi
ret
Can someone explain to me how this code is working and what do expect from it ?
Thanks in advance
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum