A WIP WebAssembly decompiler, targeted at Il2CPP games
Перейти к файлу
HoLLy b575604f84
Create LICENSE
2024-09-28 22:21:44 +02:00
.github Create FUNDING.yml 2019-11-22 15:58:36 +00:00
WasmLib Fix decompilation issue 2020-03-15 20:25:11 +01:00
WasmTool Create GenericDecompiler class 2019-11-19 16:32:48 +01:00
.gitignore Ignore Rider user settings 2019-11-13 20:30:52 +01:00
LICENSE Create LICENSE 2024-09-28 22:21:44 +02:00
README.md Update README.md 2020-05-07 12:59:31 +00:00
WasmLib.sln Create project 2019-10-22 22:19:08 +02:00
WasmLib.sln.DotSettings Create project 2019-10-22 22:19:08 +02:00

README.md

WasmLib

Wasm library, targeted at analyzing Unity il2cpp wasm binaries. Some functionality will be missing if I don't need it.

This probably isn't of any use to you. If you want to decompile wasm files, see the official wasm-decompile.