-
Notifications
You must be signed in to change notification settings - Fork 24
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
RDR2 Script #19
Comments
Do you mean the opcodes? |
yeah, what they do is randomize the opcodes on every update |
there are ways to get around it like using script signatures from previous versions to compare to the new one or by looking at the switch in the exe, you could theoretically build a tool to take the rdr2 exe and find the switch and parse the x64 to find the numbers then use opcode signatures to determine the opcodes. |
so I suggest adding in decompiler like opcodes crossmap or translation, this is from a previous version 1355, you can take a look at it https://www.mediafire.com/file/hyapf3ad9919gpp/RDR2OpcodeTranslationPC.txt/file |
hi, I would like to point out that scripts on pc are scrambled, as for the console and stadia are unscrambled
The text was updated successfully, but these errors were encountered: