MyGit

tiann/FreeReflection

Fork: 549 Star: 2961 (更新于 2024-11-19 04:06:37)

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)

GitHub网址

FreeReflection

FreeReflection is a library that lets you use reflection without any restriction above Android P (includes Q and R).

Usage

  1. Add it in your root build.gradle at the end of repositories(jitpack):
allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  1. Add dependency to your project(jcenter):
implementation 'com.github.tiann:FreeReflection:3.1.0'
  1. 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

最近版本更新:(数据更新于 2024-08-28 04:37:08)

2023-06-20 19:24:29 3.2.0

2021-07-24 14:20:33 3.1.0

主题(topics):

android, hook, reflection

tiann/FreeReflection同语言 C++最近更新仓库

2024-11-22 19:14:23 ClickHouse/ClickHouse

2024-11-22 19:09:45 manticoresoftware/manticoresearch

2024-11-21 04:48:41 PCSX2/pcsx2

2024-11-20 09:02:24 dail8859/NotepadNext

2024-11-20 04:28:15 microsoft/terminal

2024-11-18 14:36:13 cxasm/notepad--