Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 893 Bytes

File metadata and controls

23 lines (16 loc) · 893 Bytes

TypeTreeGenerator API

A simple project for offering a native API to extract typetrees from Unity assemblies. For this .net9 with AoT gets used in combination with a dedicated translation layer.

TODO:

  • C++ headers
  • documentation
  • tests
  • automated release workflow

Planned:

  • Il2CPPInspector-Redux as additional backend for il2cpp
  • using TPK dumps instead of Unity's reference (especially due to this usage of the reference most likely violating the license)

Credits: