Skip to content

jakeit3232/lua5.1-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hi, this is a lua5.1 bytecode parser i've made.. usage is

byte[] file = File.ReadAllBytes(path);
Parser.parser(file);

or if u wanna use the cli u can do

dotnet run input.luac
var path = args.Length > 0 ? args[0] : "input.luac"; // change the luac file to whatever u like

About

lua5.1 bytecode parser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages