-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Description
Ghidra/plugin output:
/* File: E:\DATA\MGS\MGS_REVERSING\SRC\JIMCTRL_KILL_8003853C.C */
void jimctrl_kill_8003853C(void *pJimCtrl)
{
sub_80038004();
dword_8009E280.m[2]._0_4_ = 0;
sub_80024098();
return;
}Original code:
typedef struct
{
int dword_8009E280;
int dword_8009E284;
int dword_8009E288;
int dword_8009E28C;
} unk_8009E280;
unk_8009E280 dword_8009E280 = {0, 0, 0, 0};
void jimctrl_kill_8003853C(void *pJimCtrl)
{
sub_80038004(pJimCtrl);
dword_8009E280.dword_8009E28C = 0;
sub_80024098();
}Binary and symbol file attached for repro.
lab313ruMrSapps and d3nwah