Skip to content

Commit

Permalink
feat:[readme] update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjiequan committed Dec 20, 2023
1 parent 3a588ab commit d68fc9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ Usage
luadec abc.lua
* disassemble lua source or binary
luadec -dis abc.lua
* -se output strings using selected encoding, available encodings are ASCII GB2312 GBK GB18030 BIG5 UTF8
luadec -se UTF8 abc.luac
* -pn print nested functions structure, could be used by -fn
```
luadec -pn test.lua
Expand Down
2 changes: 2 additions & 0 deletions ReadMe_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ mingw32-make LUAVER=5.3
luadec abc.lua
* 反汇编 Lua 源文件或二进制文件
luadec -dis abc.lua
* -se 使用选定的编码输出字符串,可用的编码有 ASCII GB2312 GBK GB18030 BIG5 UTF8
luadec -se UTF8 abc.luac
* -pn 打印嵌套函数结构,加参考 -fn
```
luadec -pn test.lua
Expand Down

0 comments on commit d68fc9a

Please sign in to comment.