SamboyCoding / Cpp2IL

Work-in-progress tool to reverse unity's IL2CPP toolchain.
MIT License
1.72k stars 202 forks source link

Exporting metadata and pseudocode (2022.1.0 #373

Closed IceburgLettuce17 closed 8 hours ago

IceburgLettuce17 commented 8 hours ago

In CPP2IL 2022.0.7 I was able to not specify anything other than --game-path and have the tool export both metadata and pseudocode. In the latest milestone (2022.1.0 pre-release 18), I haven't found a way to export pseudocode or metadata, it just exports only DummyDLLs, and there's no indication of it in --list-output-formats and --list-processors.

SamboyCoding commented 8 hours ago

Correct. Those features have not yet been reimplemented. Hence why this is a pre-release.