Unitor icon indicating copy to clipboard operation
Unitor copied to clipboard

Tool for analysing and disassembling any unity game. Supports both mono and il2cpp.

Unitor Discord Paypal

Features

  • Analyse any windows unity game that doesn't have custom encryption.
  • Support for both Mono and Il2Cpp scripting backend.
  • Function dissasembly for both il and assembly code.
  • Method structure analysis: see what methods are never called(not optimzed/perfect)
  • String table analysis: view references to strings

Roadmap

  • BepInEx auto installer
  • Deobfuscation using json mappings generated by Beebyte-Deobfuscator
  • Asset browser

Screenshots

Installations

  1. Download the latest release from the releases page, or build from source.
  2. Extract the archive.
  3. Run the executable.

Building from source

  1. Clone the repository: $ git clone https://github.com/BitCrackers/Unitor.git
  2. Build with visual studio.