Categories > Coding > Lua >
Lua State address and Lua C API function offsets for the latest Roblox version.
Posted
Hello please i need help I'm trying to find the current Lua State address and Lua C API function offsets (like lua_loadstring
, lua_pcall
) for the latest Roblox version. Would anyone be able to share these, or point me to where I can find up-to-date signatures/offsets? i wrote that at discord and global chat too
Replied
You're a couple years too late for that. Most of the Lua functions are inlined now. You'll have to reverse engineer the structures and recreate the functions.
Cancel
Post
Security researcher, low-level programmer, and system administrator.
https://github.com/reversed-coffee
Users viewing this thread:
( Members: 0, Guests: 2, Total: 2 )
Cancel
Post