Windy
Windy
Xpatch
This is a tool to repackage apk file, then the apk can load any xposed modules installed in the device. It is another way to hook an app without root device.
ManifestEditor
This is a tool used to modify Android Manifest binary file.
xposed_module_loader
This is a library that can load installed xposed modules and load xposed modules by file path. And native libraries in the xposed module can also be loaded.
bypassHiddenApiRestriction
This is a library that can bypass the hidden api restriction on Android 9-12.
bypass_dlfunctions
This is another way to bypass the restriction of calling dl functions for system lib.
FridaXposedModule
This is a Xposed module for using Frida in non-root device.
jdwp-xposed-injector
This is an injection tool that can inject xposed module to debuggable app by jdwp.
RemoveVideoAdsPlugin
This is a Xposed plugin that can remove the ads of some Videos.