Skip to content

Instantly share code, notes, and snippets.

View lvzixun's full-sized avatar
❄️
Nice

子熏 lvzixun

❄️
Nice
View GitHub Profile
@xebecnan
xebecnan / lundump_lua53_load_x32_bytecode_on_x64.c
Last active October 26, 2022 22:12
lua5.3 support load x32 bytecode on x64
typedef struct {
lua_State *L;
ZIO *Z;
Mbuffer *b;
const char *name;
lu_byte load_size_t_size;
lu_byte load_size_t_offset;
} LoadState;