Reveny

Results 10 comments of Reveny

There are 4 things that could go wrong here. 1. The library you want to Inject does not match the architecture of the device 2. The library does not have...

> First of all, hello fellow Rev! Secondly, I think you would benefit from something like this: https://github.com/Rev/Architecture-Checker Thank you for your reply, for LDPreload Injection this is not really...

> No, my phone does not have a custom rom but like I mentioned before, some phones do not support LD-Preload for some reason

Well if you are talking about patching memory such as overwriting a function with a nop instruction to make it not execute then yes, you can use ptrace_write for that....

Please provide more details such as device/emulator used, android version, logs, etc.

I have finally figured it out, it was caused by a custom made llvm obfuscator being poorly made and thus causing issues. I apologize for opening this issue. Problem was...

> Hi @caikelun, > > Appreciate you looking into the issues and answering all our questions. > > Unfortunately, I'm having the same issue. Tried both SHARED and UNIQUE modes....

> @reveny Yes, I'm statically linking shadowhook to my code. Thanks! Theoretically, if I inject shadowhook and my own code separately, would it work? I don't think that's going to...

The crash seems to be happening here https://github.com/reveny/Android-GUI-Injector/blob/e0fe06e3a443422421314d096a497b93396f432a/app/src/main/jni/Injector/Injector.cpp#L149 I am unsure why this would crash in the first place but I assume it's some issue of the emulator itself as...