tiann/FreeReflection
Fork: 549 Star: 2976 (更新于 2024-12-12 08:10:12)
license: MIT
Language: C++ .
A library that lets you use reflection without any restriction above Android P
最后发布版本: 3.2.0 ( 2023-06-20 19:24:29)
FreeReflection
FreeReflection is a library that lets you use reflection without any restriction above Android P (includes Q and R).
Usage
- Add it in your root build.gradle at the end of repositories(jitpack):
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- Add dependency to your project(jcenter):
implementation 'com.github.tiann:FreeReflection:3.1.0'
- Add one line to your
Application.attachBaseContext
:
@Override
protected void attachBaseContext(Context base) {
super.attachBaseContext(base);
Reflection.unseal(base);
}
Then you can use the reflection API normally, all the restrictions are gone. Enjoy yourself :)
Under the hood
Donations
If you like this project, buy me a cup of coffee! :)
BitCoin: 39Wst8oL74pRP2vKPkPihH6RFQF4hWoBqU
License
MIT License
主题(topics):
android, hook, reflection
tiann/FreeReflection同语言 C++最近更新仓库
2024-12-22 08:09:36 LizardByte/Sunshine
2024-12-22 01:52:26 rizonesoft/Notepad3
2024-12-20 06:20:01 ClickHouse/ClickHouse
2024-12-17 13:11:45 cxasm/notepad--
2024-12-16 20:00:54 AaronFeng753/Waifu2x-Extension-GUI
2024-12-16 15:51:57 PCSX2/pcsx2