2022年9月9日12:23:58

This commit is contained in:
小疯
2022-09-09 12:24:02 +08:00
parent feef73d53f
commit f77da28439
3 changed files with 15 additions and 6 deletions

View File

@@ -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();