mov eax, [esi+Structure.field_XYZ] push eax push offset fmtstr ; "%s: Loading into memory for emulation\n" call LoggingFunction add esp, 8
8B 16 mov edx, [esi] ; notice that the +0 is not present in the encoding 66 89 42 36 mov [edx+36h], ax ; notice that the +36h is present as a byte in the encoding 8B 8E AC 5F 00 00 mov ecx, [esi+5FACh] ; notice that the +5FACh is present as a dword in the encoding
There are 31,322 total registered users.
[+] expand