Skip to content

Instantly share code, notes, and snippets.

View kentkrantz's full-sized avatar
🎯
Focusing

ByteMind kentkrantz

🎯
Focusing
View GitHub Profile
@kentkrantz
kentkrantz / lundum_lua535_compatible_32bit_64bit_bytecode.c
Last active September 12, 2018 02:18 — forked from xebecnan/lundump_lua53_load_x32_bytecode_on_x64.c
lua5.3.5 compatible 32bit and 64bit bytecode
/*
** $Id: lundump.c,v 2.44.1.1 2017/04/19 17:20:42 roberto Exp $
** load precompiled Lua chunks
** See Copyright Notice in lua.h
*/
#define lundump_c
#define LUA_CORE
#include "lprefix.h"