All Projects → eebssk1 → riru_MPH

eebssk1 / riru_MPH

Licence: MIT license
Hook android system prop function to add properties

Programming Languages

C++
36643 projects - #6 most used programming language
shell
77523 projects
CMake
9771 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to riru MPH

use-route-as-state
Use React Router route and query string as component state
Stars: ✭ 37 (+60.87%)
Mutual labels:  hook
rdeco
响应式对象编程库,从时间和空间上解耦你的代码
Stars: ✭ 54 (+134.78%)
Mutual labels:  hook
messier
Messier is an app for tracing objective-c methods in an iOS app.
Stars: ✭ 72 (+213.04%)
Mutual labels:  hook
react-media-hook
React Hook for Media Queries
Stars: ✭ 60 (+160.87%)
Mutual labels:  hook
Ryder
Runtime redirection of method calls for .NET Core.
Stars: ✭ 34 (+47.83%)
Mutual labels:  hook
libmem
Advanced Game Hacking Library for C/C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64/ARM/ARM64) (DLL/SO Injection) (Internal/External)
Stars: ✭ 336 (+1360.87%)
Mutual labels:  hook
Zxhookdetection
【iOS应用安全、安全攻防】hook及越狱的基本防护与检测(动态库注入检测、hook检测与防护、越狱检测、签名校验、IDA反编译分析加密协议Demo);【数据传输安全】浅谈http、https与数据加密
Stars: ✭ 241 (+947.83%)
Mutual labels:  hook
Fingerprint-pay-magisk-qq
QQ指纹支付 (Fingerprint pay for QQ)
Stars: ✭ 58 (+152.17%)
Mutual labels:  riru
Interface-Inspector-Hook
Interface Inspector破解
Stars: ✭ 43 (+86.96%)
Mutual labels:  hook
web
React hooks done right, for browser and SSR.
Stars: ✭ 940 (+3986.96%)
Mutual labels:  hook
use-callbag
👜 Use callbag as React hook.
Stars: ✭ 34 (+47.83%)
Mutual labels:  hook
use-spring
Hooke's law hook
Stars: ✭ 53 (+130.43%)
Mutual labels:  hook
react-transition-state
Zero dependency React transition state machine.
Stars: ✭ 239 (+939.13%)
Mutual labels:  hook
react-use-countdown
React hook for countdown state.
Stars: ✭ 19 (-17.39%)
Mutual labels:  hook
react-use-downloader
Creates a download handler function and gives progress information
Stars: ✭ 65 (+182.61%)
Mutual labels:  hook
Funchook
Hook function calls by inserting jump instructions at runtime
Stars: ✭ 253 (+1000%)
Mutual labels:  hook
ideas
Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/
Stars: ✭ 59 (+156.52%)
Mutual labels:  hook
iosHookViewId
A solution for ios hook view id(给iOS应用自动生成控件id)
Stars: ✭ 44 (+91.3%)
Mutual labels:  hook
resize-observer-hook
⚛️ A React Hook to monitor changes in the size of an element using native ResizeObserver API 🔍
Stars: ✭ 45 (+95.65%)
Mutual labels:  hook
use-color-change
📈📉React hook for flashing a text when a value becomes higher or lower
Stars: ✭ 32 (+39.13%)
Mutual labels:  hook

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].