SamboyCoding / Cpp2IL

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

Fixed wasm field offsets always returning -1 issue #226

Closed IamSanjid closed 12 months ago

IamSanjid commented 1 year ago

Not tested with 64bit binaries, but should be fine as we always set the BaseStream.Position to the expected place, right?

SamboyCoding commented 12 months ago

This won't work, it's gonna do a ReadInt64 on 64-bit binaries.