ExeFS

Legends Z-A (ExeFS) #

ikkaku


Dependencies and libraries: #

  • Lua 5.4.3
  • Havok 2022
  • Wwise 2022
  • Oodle
  • Boost

Notable facts: #

  • Uses trpfs / trpfd file system
  • Game logic written in haxe and compiled to binary lua

Notable Lua offsets: #

FunctionDescriptionOffset (1.0.0)Offset (1.0.1)Offset (1.0.2)Offset (2.0.0)
lua_newstateCreate a new LuaState struct0x0167BAC0000
luaL_loadbufferxLoads a string of plaintext lua code0x01665FF0000
lua_pcallkCalls loaded function on the stack0x000D4DE0000
lua_tostringPops string off the lua stack0x0069D650000
lua_settopSets Lua stack0x000D4A20000
lua_gettopGets Lua stack pos0x000D4800000
lua_typeGet Lua type0x006F9230000
luaB_printPrints lua value to stdout0x01687300000
lua_touserdataTo userdata0x0032AC10000
panicPanic0x016B26C4000

Notable pml offsets: #

FunctionDescriptionOffset (1.0.0)Offset (1.0.1)Offset (1.0.2)Offset (2.0.0)

Notes: #

  1. Dummy