feat(profile): move StringToBOOL into framescript, add lua information

This commit is contained in:
phaneron 2026-04-29 03:12:09 -04:00
parent a252a6a840
commit fff8941319
3 changed files with 7 additions and 2 deletions

View file

@ -46,3 +46,7 @@ FrameScript_Object__RegisterScriptEvent 0081B380 f end=0081B407
FrameScript_Object__UnregisterScriptEvent 0081B410 f end=0081B46D
FrameScript_Object__RegisterAllScriptEvents 0081B470 f end=0081B4B1
FrameScript_Object__UnregisterAllScriptEvents 0081B4C0 f end=0081B501
strjoin 00816B60 f end=00816C31
StringToBOOL 00815400 f end=00815480 type="int32_t __usercall func@<eax>(char* str, int32_t def@<esi>)"
StringToBOOL 008154E0 f end=008154F4 type="int32_t __stdcall func(char* str)"
StringToBOOL 00815500 f end=00815573 type="int32_t __stdcall func(lua_State* L, int32_t idx, int32_t def)"

View file

@ -9,3 +9,5 @@ s_errorHandlerRef 00AF576C l type="int32_t"
s_recursiveTableHash 00AF5774 l type="int32_t"
extra_funcs 00A443A8 l type="luaL_Reg[31]"
s_compat_lua 00AF57F0 l type="char*" ; this is statically defined inside FrameScript_Initialize()
s_taintLog 00BD0794 l type="HSLOG"
s_blocksizes 00A47FBC l type="int32_t[9]"