eebssk1 / riru_MPH

Hook android system prop function to add properties [NOT MAINTAINED] Contact via email if you have inquiries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Riru - MPH

Hook system prop function with dobby to simulate miui for MiPushFOSS

//Code borrowed from many other projects and squashed to one file. Newer Android first check if the prop actually exist in JNI,so directly hook the get method will not work. We create a fake prop object so we no longer need to hook the get method.

STRICTLY AOSP BASED -> https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/jni/android_os_SystemProperties.cpp#70

TODO: make this project look more serious.

About

Hook android system prop function to add properties [NOT MAINTAINED] Contact via email if you have inquiries.

License:MIT License


Languages

Language:C++ 50.8%Language:Shell 41.3%Language:CMake 5.9%Language:C 2.0%