Hi guys
I'm playing this game 'factorio' which uses lua as its script engine (single exe file, lua statically linked I think)
Unfortunately, this is bare bones lua. For example the "io" and "os" modules are disabled.
I managed to re-enable those modules by NOPing the calls to the functions...