reveny / Android-GUI-Injector

GUI App for Injecting shared libraries on Android
GNU General Public License v3.0
222 stars 73 forks source link

BlueStack x86 crash after inject #13

Closed quangtungvl closed 11 months ago

quangtungvl commented 1 year ago

App/Game crash ...black screen after inject successful bluestack_crash_2 bluestack_crash_1

bluestack_crash

reveny commented 1 year ago

It looks like the Injection was successful but I am not sure if google chrome has some kind of protection against Injection, could you try it on a different app/game.

reveny commented 1 year ago

Update: It's a problem with disabling SELinux. Instead of setting SELinux from code, it should be done manually through ADB

reveny commented 11 months ago

Fixed in V2