-
Notifications
You must be signed in to change notification settings - Fork 156
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
Elf: Error while processing .so file #704
Comments
I need to be able to reproduce the problem to be able to fix it. Where can I download the .so? |
I dont really know how i can go about this since its a paid android game, but im open for testing with my copy |
I've previously seen a similar error on another .so: |
Can you test if #705 fixes it for you? |
In the likely event that doesn't help, can you give me the output of running: |
I think #706 will fix this. |
That seems to fix it, thanks! |
Oops, forgot to wait for merge |
Hi, im using the object-rewrite crate in a tool that patches a needed library into aarch64 libminecraft.so the library of the minecraft app for android, but while processing the file it gets this error:
Unaligned sh_offset value 0x228be4 for section '.gnu.version_r', expected 0x228be8
is there any fix?, the library loads fine on my device after testing, armv7a patching works fine for some reason
The text was updated successfully, but these errors were encountered: