Android-DLL-Injector icon indicating copy to clipboard operation
Android-DLL-Injector copied to clipboard

GUI App for Injecting shared libraries on Android

Results 9 Android-DLL-Injector issues
Sort by recently updated
recently updated
newest added

ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &iov) == -1 失败

**Hello. For what its project? Me injected native library(.so) with ImGui in game. ImGui does not appear. Its my bad?** Sorry for question.

![image](https://github.com/reveny/Android-GUI-Injector/assets/150492660/448c8c03-d1ed-4f17-ba27-8883f19b49ac)

Could the app also be edited to override GOT tables so we can intercept function calls? Obviously speaking about the ptrace injection , since LD_PRELOAD automatically do that . I've...

The injection doesn't seem to be working and it appears to be crashing instead of injecting. I am using LD9Player as my Emulator. Internal log: ![image](https://github.com/user-attachments/assets/4e405612-46fd-4646-b8c7-c30d173296ae) LogFox Crash Log: [crash-io-github-reveny-injector_root-17_07-17-39-19_591.zip](https://github.com/user-attachments/files/16275411/crash-io-github-reveny-injector_root-17_07-17-39-19_591.zip)...

![Screenshot_2024-06-13-18-40-55-573_io github reveny injector](https://github.com/reveny/Android-GUI-Injector/assets/148013104/661e161c-07f9-4ee0-b2e8-23c6fb4a231f) What error

logcat output : [crash.txt](https://github.com/user-attachments/files/15584145/crash.txt)

bug

Hi, great looking app. I'm using an s22 SM-S901W android 14. No root of course. I'm wondering if it's possible to use vphonegaga to inject with this app (or other...

When I click on inject button it crashes. **Crash log** ``` time: 1725174498042 msg: java.lang.SecurityException: Remote stack trace: at com.android.server.am.ActivityManagerService.registerReceiverWithFeature(ActivityManagerService.java:14499) at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2666) at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2844) at android.os.Binder.execTransactInternal(Binder.java:1500) at android.os.Binder.execTransact(Binder.java:1444) stacktrace: java.lang.SecurityException:...