Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
/ Unitor Public archive

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

License

Notifications You must be signed in to change notification settings

BitCrackers/Unitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.