Wesley A. Gahr
Wesley A. Gahr
Can I make an Xposed module which stores it's `XC_LoadPackage.LoadPackageParam` and then uses this when the BroadcastReceiver receives an Intent? I've tried to do this, but for some reason the...
I'm trying to inject a drawabe into an APK and then use it. At first I tried to just pass the resource ID from the module, that didn't work obviously....
I tried to pipe the output through some commands: `fah app list | rg foo | ...` Would it be possible to remove the emojis or make an option which...
The crate doesn't implement the `Debug` trait anywhere, which makes it very hard to actually debug the code.
I've managed to bypass the application lock screen by writing an Xposed module. Allow me to explain how I did it, it isn't complicated. I used the Xposed framework for...
I tried to implement authentication with flask-login, there are no docs for it, and I can't get it to work by myself. Any idea?