Xenesis Hopin SRC - Free

in masm32 •  3 years ago 

void __declspec(naked) __stdcall SetEncryptedAddress(void * Address, long Value){
__asm{
mov eax, dword ptr [esp+0x04];
mov ecx, dword ptr [esp+0x08];
push esi;

mov esi, eax;
push ecx;
push eax;
mov ecx, dword ptr [eax+0x04];
xor ecx, eax;
call dword ptr [Xenesis::xHoppingMemory::set];

pop esi;
retn 8;
}
}

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!