Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ----------------------------
- Address
- ----------------------------
- retcheck - 0x64AE90
- lua_getfield - __cdecl 0x11B5900
- lua_setfield - __stdcall 0x11B6D80
- lua_tolstring - __fastcall 0x11B72A0
- lua_settop - __stdcall 0x11B70A0
- lua_toboolean - __cdecl 0x11b71d0
- lua_pushvalue - __fastcall 0x11B6670
- lua_pushnumber - __cdecl 0x11b6460
- lua_pushstring - __cdecl 0x11B64C0
- lua_pcall - __cdecl 0x11b6080
- lua_pushnil - __cdecl 0x11B6410
- lua_next - __cdecl 0x11b5f10
- lua_pushboolean - 0x11b6140 __cdecl
- lua_tonumber - __cdecl 0x11B73D0
- lua_pushcclosure - __cdecl 0x11B6190
- luaD_precall - __cdecl 0x11C1500
- lua_checkstack - 0x11b5580 __cdecl
- lua_createtable - __cdecl 0x11B56D0
- lua_insert - 0x11b5b80 __cdecl
- lua_newthread - __cdecl 0x11B5E00
- lua_newuserdata - __cdecl 0x11B5E90
- lua_pushthread - __cdecl 0x11B65A0
- lua_rawgeti - __cdecl 0x11B6900
- lua_rawseti - __cdecl 0x11B6A50
- lua_rawset - __cdecl 0x11B6980
- lua_rawget - __stdcall 0x11B70A0
- lua_remove - __cdecl 0x11B6B20
- lua_setfenv - 0x11b6cb0 __cdecl
- lua_setmetatable - 0x11b6e30 __cdecl
- lua_getmetatable - __fastcall 0x11B59B0
- lua_xmove - 0x11b7800 __cdecl
- ScriptContextVFTable - 0x7155e4 //0x1A367D4
- ScriptContextVFTable2 - 0x714156 //0x1A367D4
- lua_close - 0x6a6179 __thiscall
- lua_touserdata - __cdecl 0x11B7660
- lua_call - 0x11b5510 __cdecl
- lua_type - 0x11b7750 __cdecl
- luaS_newlstr - 0x11ca010 __cdecl
- luaV_gettable - 0x11cbfd0 __cdecl
- luaV_settable - 0x11cc240 __cdecl
- lua_resume - __cdecl 0x11B89B0
- index2adr - 0x11b53f0 __stdcall
- luaL_ref - 0x11b8060 __cdecl
- lua_settable - __cdecl 0x11B7020
- lua_gettable - __cdecl 0x11B5A60
- Arith - 0x11cbbc0 __usercall
- luaH_new - __cdecl 0x11ca940
- lua_pushlightuserdata - __cdecl 0x11B6340
- lua_yield - 0x11b8bb0 __cdecl
- spawn - 0x728390 __cdecl
- luaL_unref - 0x11b82a0 __cdecl
- lua_topointer - 0x11b7450 __cdecl
- lua_gettop - __cdecl 0x11B5AD0
- lua_getupvalue - __cdecl 0x11B5AF0
- lua_setupvalue - 0x11b7120 __cdecl
- lua_getfenv - __cdecl 0x11B5860
- print - 0x5efa50 __cdecl
- luaL_error - 0x11b7cd0 __cdecl
- lua_setreadonly - __cdecl 0x11B6F40
- sandboxthread - 0x728020 __cdecl
- lua_tointeger - __cdecl 0x11B7220
- lua_objlen - 0x11b5fa0 __cdecl
- luaM_realloc - 0x11e44d0 __cdecl
- luaB_collectgarbage - inlined/hidden/removed/whateveruwanttothink
- deserializer - __cdecl 0x11c09b0
- getdatamodel - 0xe2ec30 __thiscall
- lua_typename - __cdecl 0x11b7790
- lua_pushlstring - __cdecl 0x11B6390
- getdatamodelarg - 0xe2eae0
- luaL_checktype - __cdecl 0x11b7c70
- lua_iscfunction - __cdecl 0x11B5C00
- luaL_checkinteger - 0x11cc3d0 __cdecl
- luaL_checklstring - __cdecl 0x11B7BD0
- luaL_checknumber - __cdecl 0x11B7C00
- lua_tothread - __cdecl 0x11B7590
- luaF_newCclosure - __cdecl 0x11c8b50
- lua_gc - __cdecl 0x11b5760
- luaL_checkoption - inlined/hidden/removed/whateveruwanttothink
- XORCONSTANT - 0x22B44E0
- Top - 20
- Base - 8
- Env - 56
- cdt - 32
- Identity - 108
- getnamecall - 100
- v2[14 * v3 + 41] - (DWORD)&v2[14 * v3 + 41];
- *(DWORD *)(v2 + 56 * v3 + 164) - (v2 + 56 * v3 + 164);
- ------------------------------------
- Wrap Types
- ------------------------------------
- #define R_LUA_TNIL 0
- #define R_LUA_TLIGHTUSERDATA 3
- #define R_LUA_TNUMBER 2
- #define R_LUA_TBOOLEAN 1
- #define R_LUA_TSTRING 5
- #define R_LUA_TTHREAD 7
- #define R_LUA_TFUNCTION 6
- #define R_LUA_TTABLE 8
- #define R_LUA_TUSERDATA 9
- #define R_LUA_VECTOR 4
Add Comment
Please, Sign In to add comment