guinhx / unity-web-tools

Project with the intention of assisting in the RE of Unity Web applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity Web Tools

Project with the intention of assisting in the RE of Unity Web applications.

Current Features

Decompress any .unityweb files with Brotli compression:

UWTool.exe <input_file_path> <output_file_path> # Output File Path is optional.

TODO:

  • Unity Web Data
    • Extract All Assets
  • UnityWeb Compressed Content (.unityweb and .wasm)
    • Brotli Decompression
    • Gzip Decompression
  • WebAssembly Binary
    • Extract 'global-metadata.dat'

About

Project with the intention of assisting in the RE of Unity Web applications.

License:MIT License


Languages

Language:C# 91.3%Language:Dockerfile 8.7%