You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I've attempted to update the game data file, and just end up with errors, I spent all day yesterday trying to RE the binary and only to find out that the signatures and offsets look fine, but I'm having a few weird issues:
If I delete the first signature from the file, and add my own identical line of code, I can't get the file to load (Invalid handle error).
signature matching on the first signature seems to fail even if I somehow get the file to load, despite it being identical to the unaltered version.
If I load with default values, players can't join despite the plugin seemly loading, perhaps there's another line of code that now needs to be patched?
I'm editing the file on Linux via VIM, using unix2dos on the file doesn't seem to fix the file, could this be a quirk of UTF8 or something?
I'm 100% sure the first signature matches, and about 50% sure the second one matches (was getting pretty tired after the entire fiasco).
Any advice?
The text was updated successfully, but these errors were encountered:
Hi! Sorry for the late response but I didn't received any email from GH for this issue.
There may be some hidden chars or other issue with the encoding. You could try to copy/paste the content of the file using some app with GUI on Linux and save it that way.
I don't know what could be the issue.
There might be another 'protection' in the code that needs to be patched.
If this plugins loads, at least the 6 main players can join?
So I've attempted to update the game data file, and just end up with errors, I spent all day yesterday trying to RE the binary and only to find out that the signatures and offsets look fine, but I'm having a few weird issues:
I'm editing the file on Linux via VIM, using unix2dos on the file doesn't seem to fix the file, could this be a quirk of UTF8 or something?
I'm 100% sure the first signature matches, and about 50% sure the second one matches (was getting pretty tired after the entire fiasco).
Any advice?
The text was updated successfully, but these errors were encountered: