Last active
June 26, 2019 15:39
-
-
Save hackf5/d8e9da334b5a7a31dffeb30c96ced25d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void** mono_get_root_domain(void** ecx, void** a2, void** a3, void** a4, | |
void** a5, void** a6, void** a7, void** a8, void** a9, void** a10, | |
void** a11, void** a12, void** a13, void** a14, void** a15, | |
void** a16, void** a17, void** a18, void** a19, void** a20, | |
void** a21, void** a22, void** a23, void** a24, void** a25, | |
void** a26, void** a27, void** a28, void** a29, void** a30, | |
void** a31, void** a32, void** a33, void** a34) | |
{ | |
void** eax35; | |
eax35 = g101f72c4; | |
return eax35; | |
} | |
// assembly | |
10027c32: mov eax, [0x101f62cc] | |
10027c37: ret |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment