Xposed
A minimalistic Xposed framework which is based on LSPlant.
Install / Use
/learn @Arc157/XposedREADME
About
A minimalistic Xposed framework which is based on LSPlant.
Support
Currently, it supports all Android version from 5.0 to 13.0. All main architectures of Android are supported (arm64-v8a, armeabi-v7a, x86, x86_64)
If you're having issue with compatibility, consider downgrading the targetSdkVersion to 28 or below.
Usage
If you are not familiar with the Xposed API, here's a quick example of how to hook onCreate of Activity.java class. You can find the example in MainApplication.
XposedHelpers.findAndHookMethod(Activity.class, "onCreate", Bundle.class, new XC_MethodReplacement() {
@Override
protected Object replaceHookedMethod(MethodHookParam param) throws Throwable {
Toast.makeText(MainApplication.this, "Hooked!", Toast.LENGTH_LONG).show();
return XposedBridge.invokeOriginalMethod(param.method, param.thisObject, param.args);
}
});
Currently, there is no support for Resource Hooks
Donation
If you appreciate this project, feel free to donate :)
Bitcoin Address: bc1qmu2fqddueu0yw754xfjk2ugh7qrp00msgm4u2w
Litecoin Address: ltc1ql4xv66lkkutj9t5pdq3wqhuvzjw8tgndc0zynp
Ethereum Address: 0xeb12e38Bd62C1e919649fF4D085de71b952c7310
Credits
Related Skills
node-connect
354.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
112.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
354.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
354.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
