2022年9月9日12:23:58
This commit is contained in:
@@ -535,10 +535,10 @@ int _Inter_LoadEtc_dispatch_sig(void* pThis, void* pUser, char* a3)
|
||||
|
||||
void loga()
|
||||
{
|
||||
|
||||
|
||||
if (!checkGame("df_game_r"))
|
||||
{
|
||||
PrintTag();
|
||||
|
||||
int a = 1;
|
||||
void* buf = malloc(4);
|
||||
Mem::WriteBytes(buf, &a, 4);
|
||||
@@ -639,7 +639,6 @@ void PrintTag()
|
||||
|
||||
void __attribute__((constructor)) my_init(void)
|
||||
{
|
||||
PrintTag();
|
||||
//patchGame();
|
||||
loga();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user