Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjiequan committed Dec 28, 2023
1 parent e1a052f commit e2eec07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ When you select an asset of the MonoBehaviour type for the first time, AssetStud

First, use my another program [Il2CppDumper](https://github.com/Perfare/Il2CppDumper) to generate dummy dll, then when using AssetStudio to select the assembly directory, select the dummy dll folder.

### Decompiling Lua Bytecode

By default, the feature to decompile Lua bytecode is not enabled. It can be activated via **Options-Decompile Lua**

## Build

* Visual Studio 2022 or newer
Expand Down
4 changes: 4 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ Use **File-Extract file** or **File-Extract folder**。

首先,使用我的另一个程序 [Il2CppDumper](https://github.com/Perfare/Il2CppDumper) 生成虚拟 dll,然后在使用 AssetStudio 选择程序集目录时,选择虚拟 dll 文件夹。

### 反编译Lua字节码

默认状态下,反编译Lua字节码功能不会开启。可以通过 **Options-Decompile Lua** 来启用此功能。

## 构建

* Visual Studio 2022 或更新版本
Expand Down

0 comments on commit e2eec07

Please sign in to comment.