|
@ the forge all the binary downloads for windows (at least those below 5.3 point to the 5.3 download) you cannot get binaries older than that even though it purports you can.
the binaries need are:
MODULE_NAME: lua5_1
IMAGE_NAME: lua5.1.dll
FAILURE_BUCKET_ID: BREAKPOINT_80000003_lua5.1.dll!luaF_newproto
OS_VERSION: 10.0.19041.1
BUILDLAB_STR: vb_release
OSPLATFORM_TYPE: x64
OSNAME: Windows 10
FAILURE_ID_HASH: {f5cd4fe0-68cc-cf5b-64a6-915979f97bad}
Followup: MachineOwner
---------
0:000:x86> lmvm lua5_1
Browse full module list
start end module name
6b320000 6b34c000 lua5_1 (export symbols) lua5.1.dll
Loaded symbol image file: lua5.1.dll
Image path: C:\Program Files (x86)\Family Historian\Program\lua5.1.dll
Image name: lua5.1.dll
Browse all global symbols functions data
Timestamp: Fri Jun 4 12:01:08 2010 (4C093154)
CheckSum: 000312BC
ImageSize: 0002C000
File version: 5.1.4.0
Product version: 5.1.4.0
File flags: 0 (Mask 0)
File OS: 0 Unknown Base
File type: 0.0 Unknown
File date: 00000000.00000000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
Information from resource tables:
CompanyName: Lua.org
ProductName: Lua - The Programming Language
OriginalFilename: lua5.1.dll
ProductVersion: 5.1.4
FileVersion: 5.1.4
PrivateBuild: Build by Tecgraf/PUC-Rio for LuaBinaries
FileDescription: Lua Language Run Time
LegalCopyright: Copyright © 1994-2008 Lua.org, PUC-Rio.
I am looking to find the bytecode compiler output,
the 5.1 luac.exe for this does not exist on my system. so that I can output bytecode to a file.
also is there a list of bytecodes and their meanings, maybe a tutorial out there?
I am having trouble finding it. |