Commit Graph

77 Commits

Author SHA1 Message Date
LoveSy 4d334e9d52 [core] Grant manager permission 2021-02-22 18:46:29 +08:00
LoveSy aae69dcf5c [core] Fix sandhook 2021-02-22 18:46:29 +08:00
LoveSy b5305e8621 [core] Fix prefs watcher 2021-02-22 18:46:29 +08:00
LoveSy e296d0fba9 [core] Move sandhook to proper dir 2021-02-22 18:46:29 +08:00
LoveSy 346a1d0d75 [core] Fix modules' log 2021-02-22 18:46:29 +08:00
LoveSy 85e6b88bf5 [core] Fix binder for system server 2021-02-22 18:46:29 +08:00
tehcneko 7d08851aae [app] Fix clear logs 2021-02-22 18:46:29 +08:00
LoveSy 687d4d64c7 [core] Fix log 2021-02-22 18:46:29 +08:00
tehcneko 9913da0b24 [core] Fix config manager 2021-02-22 18:46:29 +08:00
tehcneko 4d3cf0f16a [core] Add version apis 2021-02-22 18:46:29 +08:00
tehcneko 018f072fce [core] Keep execTransact 2021-02-22 18:46:29 +08:00
LoveSy e3b2731cd3 [core] Bring back package receiver 2021-02-22 18:46:29 +08:00
LoveSy e7e32351ea [core] Add more manager service interfaces 2021-02-22 18:46:29 +08:00
LoveSy 374c8cac11 [core] Delete native config manager 2021-02-22 18:46:29 +08:00
LoveSy 2890aec54f [core] Workaround for binder: allow blocking 2021-02-22 18:46:29 +08:00
LoveSy 0ec8959235 [core] Native request binder 2021-02-22 18:46:29 +08:00
LoveSy c65af4c4b5 Add application service 2021-02-22 18:46:29 +08:00
LoveSy 3d2164b599 [core] ConfigManager in Java 2021-02-22 18:46:29 +08:00
LoveSy d85b4d3584 Seperate manager service 2021-02-22 18:46:29 +08:00
LoveSy d27e012442 Change to ParaceledListSlice 2021-02-22 18:46:29 +08:00
LoveSy 183dccde17 [core] Implement get all installed packages from all users 2021-02-22 18:46:29 +08:00
LoveSy 3f94f49568 [core] Say hello to binder 2021-02-22 18:46:29 +08:00
LoveSy 52dd8f8354
[core] Use get resource instead (#142)
* [core] Use get resource instead

* Fix finally
2021-02-15 15:25:53 +08:00
tehcneko 96b58a2a98
fixup!Use setStaticField instead (#135) 2021-02-13 18:42:02 +00:00
LoveSy a652a81201 Use setStaticField instead 2021-02-14 02:31:19 +08:00
LoveSy 7db7b62ab6
[core] Fix stop the world in R (#130)
* [core] Fix wait for GC in R for Yahfa

* [core] Fix Sandhook stop the world
2021-02-13 22:54:04 +08:00
tehcneko 51ccc564f9 [core] Update copyright header (native part) 2021-02-13 17:28:01 +08:00
tehcneko f8457ba00e [core] Update copyright header 2021-02-13 17:28:01 +08:00
双草酸酯 9004bf6722
[key selector] Load default config and adjust timeout (#114) 2021-02-11 03:05:38 +08:00
双草酸酯 6b3ae42f78
[native api] fix null as dlopen file name (#112) 2021-02-09 23:27:28 +08:00
双草酸酯 c9b73630ae
[core] native api (#108)
* [core] Propose the LSPosed native API

* update native api specification

* add symbol cache

* [core] Native API implementation

* Fix typo

* Allow modules to load their own so

* bug fixes

* Fix crash in InstallRiruHooks

* Ignore failed dlopen
2021-02-09 20:36:38 +08:00
LoveSy a4e69792d5
[core] Quick fix for bootloop in some devices (#107) 2021-02-09 15:57:18 +08:00
双草酸酯 5c1997f64d
[core] Check variant_path when updating config file (#89) 2021-02-07 03:48:51 +08:00
双草酸酯 4a96345b21
[core] nuke xhook (#87)
* [core] nuke xhook
2021-02-07 03:22:53 +08:00
LoveSy 7acf4493ed
[core] Ensure permission when zygote starts (#86) 2021-02-06 18:38:26 +08:00
LoveSy 8e73f0822b
Fix log permission (#84) 2021-02-06 15:52:53 +08:00
tehcneko 2831b9b3a1 Adapt to new logs path 2021-02-06 15:12:40 +08:00
tehcneko 5521826dea Adapt to new verbose log flag 2021-02-06 15:12:40 +08:00
LoveSy 65da77315a Use stub 2021-02-06 15:12:40 +08:00
LoveSy 33f2e15737 Customize logger for efficiency 2021-02-06 15:12:40 +08:00
tehcneko 364785e152
[core] Prevent manager from being hooked by modules (#75) 2021-02-05 20:38:06 +08:00
LoveSy 5c63665a74
[core] Fix resource hook in R (#73) 2021-02-05 18:22:08 +08:00
Wang Han fc1bf22eda
[core] Align lines when printing module scope list (#68)
* Without this commit, the lines are printed like this:

   02-03 21:00:20.488   987   987 I LSPosed : scope of com.mhook.dialog.beta is:
   02-03 21:00:20.488   987   987 I LSPosed : com.bug.zqq
   02-03 21:00:20.488   987   987 I LSPosed :   com.tencent.mobileqq
   02-03 21:00:20.488   987   987 I LSPosed :   com.heytap.themestore
   02-03 21:00:20.488   987   987 I LSPosed :   com.mhook.dialog.beta
2021-02-04 22:58:15 +08:00
双草酸酯 7757c5d19b
[core] Remove redundant code (#65) 2021-02-03 19:23:48 +00:00
双草酸酯 0dbfe5ac35
[core] do not export xhook (#64) 2021-02-04 02:55:05 +08:00
LoveSy 68bb2d3db7
Fix duplicate declare when cache fails (#59) 2021-02-03 19:34:08 +08:00
LoveSy f7da5f381d [core] Lock critical section 2021-02-03 02:18:39 +08:00
LoveSy 97ddb596d3
Detect permissive selinux (#45) 2021-02-02 13:00:31 +08:00
tehcneko ee7d0f884e Update readme in zip with gradle 2021-02-01 16:30:09 +08:00
tehcneko dab5cfec9b
Add manager signature verifier (#32)
* Add apksig dependency

* Enable j8 feature

* Add manager signature verifier
2021-02-01 16:15:40 +08:00