Devilx86 / ImpostorModmenu

Mod menu for Among Us on Android (supports both armeabi-v7a and arm64-v8a)
127 stars 70 forks source link

How do you dumped all local type definitions from the type il2cpp library with IDA? #68

Closed ghost closed 3 years ago

Devilx86 commented 3 years ago

I used the following option: File > Produce File > Create C Header

ghost commented 3 years ago

ok thanks

ghost commented 3 years ago

@Devilx86 I'm Create C Header With this option, but why there exporting only 116 local types? And there are no Among Us Classes (PlayerControl, PlayerPhysics, etc.)?

ghost commented 3 years ago

Thanks, all is fine, i just dumped library to c header file using IL2CPP Dumper.