Dobby
Dobby copied to clipboard
Hook "accept" cause stucking in booting stage of Android 10.
Phone: Redmi Note8 System: MIUI 12.0.3, Android 10 Steps to Reproduce:
- Modify the android example from executable binary to dynamic library.
- Patch this library into
libaudioflinger.so
. - Replace
libaudioflinger.so
and reboot the phone. - Stucking in MIUI logo page.
- Remove 'accept' from
func_array[]
inandroid_common_api.cc
,then booting success.
Logs: