atrexus / unluau

A decompiler for Luau (Roblox's Lua based programming language: https://luau-lang.org/).
Apache License 2.0
90 stars 21 forks source link

Feature Request: get bytecode from stdin? #2

Closed TheKidThatCodes closed 1 year ago

TheKidThatCodes commented 1 year ago

would this be possible? maybe a --stdin flag or something? im making a python webserver decompiler thingy so i can decompile in script ware and using it the way it is i would have to create a file every time it needs to decompile.

TheKidThatCodes commented 1 year ago

i have downloaded a zip of the repo and added to unluau.cli wating for this to be implemented

atrexus commented 1 year ago

Sorry for the late response, I have not been so active on this account lately.

Now, if you want to provide bytecode through stdin, just don't pass an input file. Unluau will immediately read from the command line.