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

Latest commit

 

History

History
26 lines (20 loc) · 1.43 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.43 KB

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.