You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pXVar1= (__this->fields).m_sortListButton;
OnClickEvent= (XeApp_Game_Common_ButtonBase_OnClickCallback_o*)
thunk_FUN_0087e91c(XeApp.Game.Common.ButtonBase.OnClickCallback_TypeInfo);
XeApp.Game.Common.ButtonBase.OnClickCallback$$.ctor();
if (pXVar1== (XeApp_Game_Common_ActionButton_o*)0x0) {
/* WARNING: Subroutine does not return */FUN_0086eea0(0);
}
XeApp.Game.Common.ButtonBase$$AddOnClickCallback
((XeApp_Game_Common_ButtonBase_o*)pXVar1,OnClickEvent,(MethodInfo*)0x0);
Ghidra completely miss the test at address 01541bf0 and so the callback switch. All callback assignement should be rechecked to find error of the same type.
The text was updated successfully, but these errors were encountered:
Ghidra fail to undestand some callback switch. IE in ListSortButtonGroup OnSortButton . Asm code :
c code reverted :
Ghidra completely miss the test at address 01541bf0 and so the callback switch. All callback assignement should be rechecked to find error of the same type.
The text was updated successfully, but these errors were encountered: