Skip to content

Instantly share code, notes, and snippets.

@mbondaru
Created April 28, 2024 10:20
Show Gist options
  • Save mbondaru/91fa1d7e4f544a0bbc613f9557ca35ca to your computer and use it in GitHub Desktop.
Save mbondaru/91fa1d7e4f544a0bbc613f9557ca35ca to your computer and use it in GitHub Desktop.
void entry(void)
{
code *pcVar1;
uint uVar2;
undefined4 uVar3;
undefined8 uVar4;
uVar2 = version();
if ((uVar2 & 0x10000) == 0) {
_DAT_7e200094 = 1;
_DAT_7e20009c = 0;
FUN_80000f2a();
FUN_800002cc();
FUN_800002ce();
FUN_800002d0();
FUN_800002d2();
FUN_800002d4();
FUN_800002d6();
FUN_80009220();
FUN_80001464(-0x7fff6dc0);
FUN_800002d8();
FUN_800002da();
FUN_800002dc();
}
uVar3 = FUN_80005fa4();
uVar4 = FUN_80003a32(uVar3);
do {
pcVar1 = (code *)swi(0xe);
uVar4 = (*pcVar1)((int)uVar4,(int)((ulonglong)uVar4 >> 0x20));
} while( true );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment