ExeFS

Legends Arceus (ExeFS) #

Hayabusa


Notable facts: #

  • Uses Lua 5.3
  • Uses Sol for reflection between lua and cpp

Notable Lua offsets: #

FunctionDescriptionOffset (1.0.0)
lua_newstateCreate a new LuaState struct0x0006CF00
luaL_loadbufferxLoads a string of plaintext lua code0x000555E0
lua_pcallkCalls loaded function on the stack0x00052E10
lua_tostringPops string off the lua stack0x00050DA0
lua_settopSets Lua stack0x0004FF10
lua_gettopGets Lua stack pos0x0004FEF0
lua_typeGet Lua type0x00050310
luaB_printPrints lua value to stdout0x00056880

Notes: #

  1. Dummy