-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test multiple HK versions #41
Comments
Might be a
See also: https://github.com/Voxelse/Voxif/blob/main/Voxif.Helpers/Voxif.Helpers.UnityHelper/Mono_v1.txt vs https://github.com/Voxelse/Voxif/blob/main/Voxif.Helpers/Voxif.Helpers.UnityHelper/Mono_v1_cattrs.txt#L16, and https://github.com/Voxelse/Voxif/blob/main/Voxif.Helpers/Voxif.Helpers.UnityHelper/UnityHelper.cs#L343-L344 |
Confirmed |
I think after detecting 64-bit vs 32-bit, Windows 1221 can work now. But 1432 probably won't work on either Mac or Windows until the |
After figuring out |
Still seems broken on Mac 1432. Even after I fixed my Mac so that it could run 1432, the autosplitter still crashes with this error message:
|
More error message variants:
|
I think something is wrong with the way I implemented |
I think I need to find the |
That still doesn't seem to be enough to find the string table. The file offset of the string table is The start of the string table should match this signature:
|
The symbol table and string table from the Mach-O file, do not appear to be in memory in-tact anywhere in the module range on Mac 1432. I might have to fall back on filesystem access when memory access fails. |
Even with filesystem access to find what the contents |
Okay I managed to find, at least the first 23 bytes, of |
Testing:
The text was updated successfully, but these errors were encountered: