Skip to content
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

Ability for patching? #14

Open
ElevatedEuphoria opened this issue Nov 8, 2023 · 2 comments
Open

Ability for patching? #14

ElevatedEuphoria opened this issue Nov 8, 2023 · 2 comments

Comments

@ElevatedEuphoria
Copy link

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?

@Maschell
Copy link
Owner

Maschell commented Nov 9, 2023

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

@ElevatedEuphoria
Copy link
Author

ElevatedEuphoria commented Nov 14, 2023

If I use ghidra for reversing want to use that for patching? Instead of blindly using hex or other hit and miss solutions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants