Arcy

Results 7 comments of Arcy

Looks like the issue was from the **patchelf** library. Hopefully nobody else runs into this problem!

Here's how you can select the build ABI ![Issue](https://user-images.githubusercontent.com/81928522/185761526-b3a138c5-ee68-43c7-bc40-9fa123ef8e41.png)

In my fork this issue is resolved. I will post a pull request to the dev branch soon https://github.com/ArcyMods/BlackBox

I havent posted 1.7.0 yet because ill be making some changes still. However you can build it yourself if you want to

Adding null checks to IActivityManagerProxy.java, BroadcastIntent ``` @ProxyMethod("broadcastIntent") public static class BroadcastIntent extends MethodHook { @Override protected Object hook(Object who, Method method, Object[] args) throws Throwable { int intentIndex =...

Have you enabled Google Play Services?