evilsocket / arminject

An application to dynamically inject a shared object into a running process on ARM architectures.
Other
447 stars 160 forks source link

No entry in logcat after dlopen returns valid address #17

Open srvasn opened 5 years ago

srvasn commented 5 years ago

The issue is as mentioned above. The following output confirms that the library was loaded in the remote process.

beryllium:/data/local/tmp # ./injector 15449 libhook.so                                                                                                                                  
@ Injecting library libhook.so into process 15449.

@ Calling dlopen in target process ...
@ dlopen returned 0xA8F8DD10

However, there are no entries in logcat, both in the script and in a separate terminal.

Alaa-Qa commented 2 years ago

@srvasn did you solve this problem ? if so then let me know how please, thanks.