- 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
- BepInEx auto installer
- Deobfuscation using json mappings generated by Beebyte-Deobfuscator
- Asset browser
- Download the latest release from the releases page, or build from source.
- Extract the archive.
- Run the executable.
- Clone the repository:
$ git clone https://github.com/BitCrackers/Unitor.git
- Build with visual studio.