arminject icon indicating copy to clipboard operation
arminject copied to clipboard

An application to dynamically inject a shared object into a running process on ARM architectures.

Results 9 arminject issues
Sort by recently updated
recently updated
newest added

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...

make test lunch Chrom with a blank screen with following output: ``` @ Starting com.android.chrome/com.google.android.apps.chrome.Main ... @ Injection into PID 16594 starting ... --------- beginning of main --------- beginning of...

I installed adb and sdk\ndk and added path to ndk-build to ./zshrc but whatever I have the problem: Android NDK: WARNING: APP_STL stlport_shared is deprecated and will be removed in...

Hello, When run command make test, I get this error: I/LIBHOOK ( 6626): dlopen error: dlopen failed: invalid flags to dlopen: 4.

Hello, I've been trying to run it but the script stops at this point: python test.py @ Pushing files to /data/local/tmp ... @ Starting com.instagram.android/.activity.MainTabActivity ... @ Injection into PID...

Any idea about this error I'm getting with "make test"? `MacBook-Pro-Bran:arminject-master bran$ make test [armeabi-v7a] Compile++ thumb: hook

> V/ActivityThread( 9902): ActivityThread,callActivityOnCreate > I/DEBUG ( 2757): x0 00000000fffffffc x1 00000000f21028f0 x2 0000000000000010 x3 00000000ffffffff > I/DEBUG ( 2757): x4 0000000000000000 x5 0000000000000008 x6 0000000000000001 x7 00000000a4fa1000 > I/DEBUG...

Running the injector on Android 5.1.1, dlopen returns NULL as below: ![qq 20160216113301](https://cloud.githubusercontent.com/assets/2778288/13066477/4607560e-d4a1-11e5-930a-a67ab83bec2c.png) Is it related with SELinux? SELinux status is Enforcing on my device, while I can make ptrace...

hi, I just want hook a method in libdvm.so, the method name is "dvmResolveClass", first issue is " si = (struct soinfo )dlopen( soname, 4 / RTLD_NOLOAD */ );" there...