We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Let's assume in a hypothetical basis I want to re-enable some debug files in the rpx file.
Could I patch the binary and get it re-encrypted into the rpx file?
The exec file could run on a modded/hacked Wii u, so any checksum/file validation is not valued.
Could it happen?
The text was updated successfully, but these errors were encountered:
You patch binaries at runtime in Aroma by using the FunctionPatcherModule. See libfunctionpatcher for more information.
Maybe you can take a look at https://github.com/PretendoNetwork/rce_patches for an example usage for patching a game
Sorry, something went wrong.
If I use ghidra for reversing want to use that for patching? Instead of blindly using hex or other hit and miss solutions?
No branches or pull requests
Hi,
Let's assume in a hypothetical basis I want to re-enable some debug files in the rpx file.
Could I patch the binary and get it re-encrypted into the rpx file?
The exec file could run on a modded/hacked Wii u, so any checksum/file validation is not valued.
Could it happen?
The text was updated successfully, but these errors were encountered: