Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 531 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 531 Bytes

Il2CppThriftGen

Il2CppThriftGen helps you generate .thrift files from C# POCOs so you can use the thrift generator to create working Thrift classes.

The current intended use is to use this with Il2cppInspector however in the future this will be adapted to take already C# exported classes.

Todo

  • Refactor
  • Generate DataMemberAttribute Ordering
  • Output a .thrift file
  • Output a clean structured .thrift file
  • Take either .cs files or .so files as input
  • Take parameters via the CLI
  • GUI??