SamboyCoding / Cpp2IL

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

Core: Add InputModels, adapt CLI & GUI #145

Closed Alluseri closed 1 year ago

Alluseri commented 1 year ago

Now both CLI and GUI work off the same gamefile "parsers". This probably needs lots of fixes. Check TODOs.

Alluseri commented 1 year ago

Note: The compile errors when compiling for net472 weren't caused by me.

SamboyCoding commented 1 year ago

The compiler errors must have been caused by you, because development compiles fine for net472 right now. It looks like you removed the using LibCpp2IL at the top of the Program file, this is what caused it.

Alluseri commented 1 year ago

The compiler errors must have been caused by you, because development compiles fine for net472 right now. It looks like you removed the using LibCpp2IL at the top of the Program file, this is what caused it.

Well that was dumb of me. OmniSharp probably marked it as unused and it got removed. I'll probably have to disable some relevant functions in VSCodium later

Alluseri commented 1 year ago

added fix, if it doesn't work I will cry

Alluseri commented 1 year ago

it works