Cpp2IL icon indicating copy to clipboard operation
Cpp2IL copied to clipboard

Field offsets sometimes have garbage values

Open js6pak opened this issue 2 years ago • 0 comments

Example: HatOptions struct in Among Us 2022.12.8s, unity 2020.3.22f1 image

The game itself is able to parse them correctly because il2cpp_field_get_offset returns correct values and as far as I know it only recalculates them at runtime for generic classes.

js6pak avatar Dec 10 '22 16:12 js6pak