ad0e6511e1
Stop embedding stub.apk in magiskinit
2022-12-26 16:07:04 -08:00
5763a3d908
Support replacing existing .rc by overlay.d
...
Co-authored-by: topjohnwu <topjohnwu@gmail.com >
2022-12-26 03:28:10 -08:00
a848783b97
Guard boot stages more precisely
...
Close #6468 , fix #6148
2022-12-26 00:04:58 -08:00
4d876f0145
Support detecting safemode by ro.sys.safemode
2022-12-24 15:16:53 -08:00
bdfedea4e0
Close missing fd
...
Fix #6463
2022-12-24 15:16:27 -08:00
dadae20960
Remove unused implementations
2022-12-23 17:20:39 -08:00
4ed34cd648
Eliminate unnecessarily copy on magiskinit
...
This patch reuses the abused /data tmpfs for magisktmp
2022-12-23 17:03:16 -08:00
33f5154269
Inject binaries into /system if sbin not accessible
...
Some Android 11+ devices have the /sbin partition but not accessible by the global shell (`PATH` doesn't contain `/sbin`). Not only custom ROMs but also some stock ROMs have the same behavior so I believe it is something we need to deal with.
Fix #6427 , fix #4309 , fix #5728 , fix #3593
2022-12-13 13:54:55 -08:00
ed37ddd570
Stricter validation
2022-11-22 14:47:37 -08:00
cd5384f13e
Fix crashes whenever a zygisk module has ver > 4
2022-11-22 14:47:37 -08:00
11b2ddbad8
Fix zygisk v4 ApiTable abi
...
Also refactor some code to let the compiler check the abi
Co-authored-by: topjohnwu <topjohnwu@gmail.com >
2022-11-22 11:49:31 -08:00
cf9957ce4d
Properly detect SysUI appId
...
Fix #6322
2022-11-01 02:04:50 -07:00
44643ad7b3
Restrict pointer aliasing
...
Close #6354 , close #6353
2022-10-31 16:35:33 -07:00
616adc22e1
Support Linux < 3.6
2022-10-31 16:00:42 -07:00
a468fd946d
Fix #6314
2022-10-11 13:01:34 -07:00
c3b4678f6e
Properly detect SysUI
2022-10-10 21:28:13 -07:00
44cfe94e4d
Always cleanup init LD_PRELOAD hooks
...
Fix #6296
2022-10-03 08:26:33 -07:00
095d821240
Don't use xopen in readlink
2022-09-25 16:35:28 -07:00
48f829b76e
Minor refactoring
2022-09-21 03:09:46 +02:00
af99c1b843
Don't crash when nullptr paired with len = 0
2022-09-15 16:56:22 -07:00
c6646efe68
Move all xwrap to Rust
2022-09-15 01:17:05 -07:00
9474750bdf
Close fd of erroneous daemon socket connections
2022-09-13 04:29:29 -07:00
e86db0bd61
Reset stack guard after fork from Zygote
2022-09-13 04:18:34 -07:00
a66a3b7438
Make sure logs are always ended with newline
2022-09-09 04:29:50 -07:00
44029875a6
Add new API exemptFd
2022-09-09 03:27:19 -07:00
ccf21b0992
Zygisk code refactor
2022-09-07 13:48:20 -07:00
4e14dab60a
Specialize does not need to close logd_fd
2022-09-06 03:01:39 -07:00
6e299018a4
Preserve logd_fd after specialization
...
Also add more comments regarding FD checks
2022-09-02 01:49:17 -07:00
555a54ec53
Avoid doing any unmounts for SysUI
2022-08-31 00:15:15 -07:00
1565bf5442
Make Zygisk API 0BSD
2022-08-30 01:58:40 -07:00
14b830027b
Cleanup zygisk headers
2022-08-30 01:40:14 -07:00
38325e708e
Make private applets hidden
2022-08-27 14:50:28 -07:00
646260ad6d
Fix typo
2022-08-27 05:27:23 -07:00
d1d26f4481
Fix building individual applet
2022-08-27 05:06:28 -07:00
77d8445bfd
Avoid hardcode package name
2022-08-24 03:18:55 -07:00
a54114f149
Pre-grant permissions if possible
2022-08-23 05:09:50 -07:00
c2f96975ce
Pre grant as much as possible
2022-08-23 01:33:10 -07:00
4737c5117a
Update to ONDK r25.2
2022-08-19 16:26:25 -07:00
9806b38d8e
Introduce zygisk loader
...
Use a separate library for 1st stage
2022-08-19 04:49:19 -07:00
34dd9eb7d6
More Rust
2022-08-19 02:21:52 -07:00
4d9b7e7114
More Rust
2022-08-15 11:53:51 -07:00
40aab13601
Make IDE recognize we are targeting Android
2022-08-09 14:09:39 -07:00
4c0f72f68f
Move part of libbase to Rust
2022-08-08 22:53:37 -07:00
1735a713cb
Use ANDROID_DLEXT_FORCE_LOAD
to load second stage if possible
...
Fix #6095
2022-08-08 02:43:19 -07:00
52ba6d11bc
Don't let remote errors crash Zygisk
...
Fix #6095
2022-08-07 05:09:46 -07:00
7357a35f8d
Fix build errors
2022-08-07 05:03:18 -07:00
aeb7fd7cb3
Fix denylist add_list
...
Signed-off-by: ACh Sulfate <xenonhydride@gmail.com >
Co-authored-by: John Wu <topjohnwu@gmail.com >
2022-08-07 04:48:47 -07:00
1b4a6850b8
Ensure parent folders exist before extract
2022-08-07 04:06:18 -07:00
1d0b873950
Fix sepolicy attribute
rule parsing
...
Fix #6166
2022-08-07 03:35:50 -07:00
e8787b5cfd
Fix UB when remote process died
...
If remote process died, `xreadlink` fails and leaves `buf` uninitialized. Then the daemon calls `str_ends`, creates a temp `std::string_view` with the uninitialized buffer and undefined behavior occurs.
2022-08-02 12:54:54 -07:00