Untitled

Anonymous
plain_text
10/11/2022 12:57 PM
124 B
22
Indexable
eax = (uint32_t)(rdi + 31);

if (signed((int32_t)rdi))
	eax = edi;
	
eax >>= 5;

return eax;
Editor is loading...