Jim Wu
|
63753d942f
|
Fix OPPO Android P from @wuxianlin
|
2020-02-29 23:55:27 +08:00 |
Jim Wu
|
669a5b6f1a
|
Format and bump version
|
2020-02-29 23:55:27 +08:00 |
Jim Wu
|
d0c27f9747
|
Fix typo
|
2020-02-29 23:55:27 +08:00 |
Jim Wu
|
b32801c89a
|
Support old Magisk
|
2020-02-29 23:55:27 +08:00 |
Jim Wu
|
bf1467a068
|
Remove useless file
|
2020-02-29 23:55:27 +08:00 |
Jim Wu
|
611361540d
|
Fix SEPolicy not work
|
2020-02-29 23:55:27 +08:00 |
Jim Wu
|
c49668d970
|
Fix can't create prop
|
2020-02-29 23:55:27 +08:00 |
Jim Wu
|
d8c1320a4a
|
Support Magisk v20.2 SEPolicy API
- Add custom sepolicy rule
- Add Riru version to log
- No hardcoded EdXposed version
- Magisk v20.2+ required
- No beta
|
2020-02-29 23:55:27 +08:00 |
m0viefreak
|
fc18d49418
|
Support Magisk 20.2 custom sepolicy.rule
No need for custom Magisk builds anymore.
|
2020-02-29 23:55:27 +08:00 |
m0viefreak
|
b928885f1f
|
Use new Magisk installer method
- Convert install.sh to new customize.sh
- Set SKIPUNZIP=1 and handle the extraction ourselves
|
2020-02-29 23:55:27 +08:00 |
m0viefreak
|
794cad633b
|
Update magisk installer script to latest version
|
2020-02-29 23:55:27 +08:00 |
Jim Wu
|
69d02c6c7f
|
Update module description
|
2019-12-19 16:01:54 +08:00 |
imlk
|
7ea869e600
|
fix: replace whale so file to fix crash on x86_64
fix: hook art::OatFileManager::SetOnlyUseSystemOatFiles on AndroidQ
|
2019-11-04 14:48:13 +08:00 |
Jim Wu
|
c677b622b3
|
Fix wrong log tag
|
2019-10-27 19:54:28 +08:00 |
Jim Wu
|
3bd049a386
|
Add Magisk version to log (#375)
|
2019-10-25 23:04:58 +08:00 |
solohsu
|
dd042478d7
|
Remove supolicy commands, use magisk-custom-sepolicy-installer instead
|
2019-10-19 21:22:11 +08:00 |
swift_gan
|
b9b10b510e
|
AndroidQ : fix native hook & update sandhook
|
2019-09-19 17:12:37 +08:00 |
solohsu
|
9256898503
|
Delay the loaded package callbacks
util LoadedApk#getClassLoader is called
|
2019-06-27 16:34:46 +08:00 |
solohsu
|
a26990ec99
|
Fix dummy resources classes not found when resources hook is disabled
|
2019-06-27 16:28:53 +08:00 |
solohsu
|
d06cb1ffbd
|
Instant modules: allow black/white mode to preload modules
|
2019-06-26 13:18:49 +08:00 |
solohsu
|
1df3d88c13
|
Instant modules: update module list in zygote before child process forked
|
2019-06-26 13:18:48 +08:00 |
solohsu
|
93170d9388
|
Bump to beta
|
2019-06-24 15:39:35 +08:00 |
solohsu
|
46073ea70a
|
Fix EOL
|
2019-06-21 14:00:51 +08:00 |
solohsu
|
ee2a3f5d02
|
Fix crash when hooked static method invokes class initialization
|
2019-06-20 21:42:13 +08:00 |
solohsu
|
f6d2e3b62f
|
Optimize module loading under dynamic-modules mode
by only loading newly added or updated modules
|
2019-06-19 16:35:20 +08:00 |
solohsu
|
5cba146185
|
Whale: fix bootloop
|
2019-06-17 22:45:01 +08:00 |
solohsu
|
661a675a09
|
Black/White mode: postpone initZygote callbacks
in case some modules hook methods in zygote, which would be
propagated into blacklisted processes
|
2019-06-17 16:13:21 +08:00 |
solohsu
|
6dccef53d3
|
Add version info for locally building
|
2019-06-16 23:03:55 +08:00 |
AeonLucid
|
db0a589b11
|
Add Appveyor versioning (#299)
* Add Appveyor versioning.
* Improve version format.
* Update version format.
|
2019-06-16 22:52:07 +08:00 |
solohsu
|
c5791951db
|
Fix exceptions when hooking pending methods
|
2019-06-16 00:54:11 +08:00 |
solohsu
|
11e25d9d84
|
Fix nullptr crash
|
2019-06-15 00:44:11 +08:00 |
solohsu
|
ea57c60765
|
Fix class status checking on Oreo
|
2019-06-14 20:54:18 +08:00 |
solohsu
|
3334a6d9f6
|
Uniform log tags
|
2019-06-14 15:20:10 +08:00 |
solohsu
|
ed968eb7cc
|
Exclude WebViewLoader, webview_zygote and isolated processes
|
2019-06-14 15:20:10 +08:00 |
solohsu
|
7eaae6d898
|
Use inline hook to append allow-across-fork file whitelist
|
2019-06-14 15:20:10 +08:00 |
solohsu
|
c4978b7344
|
Fix JNI ref leaks
|
2019-06-14 15:20:10 +08:00 |
solohsu
|
3d863cb4c2
|
Add support for Android Q (API Level 29)
|
2019-06-14 15:20:10 +08:00 |
solohsu
|
8e3afb0362
|
Fix bootloop
|
2019-06-06 14:45:51 +08:00 |
solohsu
|
fe10afb663
|
Use ComposeClassLoader
|
2019-06-06 11:39:28 +08:00 |
solohsu
|
74144b8f1a
|
Fix broken function
|
2019-06-05 02:32:20 +08:00 |
solohsu
|
692d43cc57
|
Fix SystemServer hook not working
|
2019-06-05 02:10:07 +08:00 |
solohsu
|
d05bd0fe19
|
Fix SystemServer class not found
|
2019-06-05 00:20:51 +08:00 |
solohsu
|
18bd0a8c0f
|
Wait to hook static methods once their trampolines are fixed up
|
2019-06-05 00:09:59 +08:00 |
solohsu
|
e7cdc25ab1
|
Add Xposed API implementation for bootstrap hooks
|
2019-06-05 00:09:59 +08:00 |
solohsu
|
c38affbf3a
|
Refactor Java code
|
2019-06-05 00:09:59 +08:00 |
solohsu
|
c362449e33
|
Refactor native code
|
2019-06-05 00:09:59 +08:00 |
solohsu
|
be6e449fb4
|
Migrate to cmake
|
2019-06-05 00:09:59 +08:00 |
Jim Wu
|
6d1690f379
|
Fixes logs not appearing
ElderDrivers/EdXposedManager#16
ElderDrivers/EdXposed-Magisk#3
|
2019-05-31 14:22:06 +08:00 |
Jim Wu
|
3c86d1fe02
|
Update module description
|
2019-05-17 21:41:53 +08:00 |
solohsu
|
004caa9fef
|
Differentiate with builds in Maigks repo
|
2019-05-17 21:34:04 +08:00 |