liuyou

Results 6 comments of liuyou

> Never mind, I figured it out. To anybody who might be reading this, arminject does not work anymore due to subsequent linker namespace hardeing in Bionic. In Android 7.0...

> > > Never mind, I figured it out. To anybody who might be reading this, arminject does not work anymore due to subsequent linker namespace hardeing in Bionic. >...

> > > Never mind, I figured it out. To anybody who might be reading this, arminject does not work anymore due to subsequent linker namespace hardeing in Bionic. >...

> long result=ptrace(PTRACE_GETREGS, pid, NULL, regs); result is less than 0 so it is basically unable to get the regs value Any solution to it??? attach maybe fail too...check your...

> I am running as root Injector has 777 permissions If I run a custom test app written in c or c++ which is also running as root it works...

> This is a working example ![Working](https://user-images.githubusercontent.com/10448430/152807741-90798f8b-1d6d-4e8c-9414-275e9070b067.PNG) > > and this is not working example for any app even for a hello world app ![Not Working](https://user-images.githubusercontent.com/10448430/152807881-d1017373-2759-4cfb-8f87-fcf7e5eb50b1.PNG) If your emulator is...