Skip to content

Hook android system prop function to add properties

License

Notifications You must be signed in to change notification settings

KawaiiZapic/riru_MPH

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 54.1%
  • Shell 37.7%
  • CMake 6.1%
  • C 2.1%