- 24 Nov, 2021 5 commits
- 23 Nov, 2021 3 commits
- 21 Nov, 2021 5 commits
- 20 Nov, 2021 2 commits
-
-
osm0sis authored
- ensure all scripts use $NVBASE $MAGISKBIN $POSTFSDATAD and $SERVICED where appropriate - simplify new grep_cmdline() using xargs and more sed - show correct active sepolicy $RULESDIR on devices with no encryption - add support for Android 12 .capex (compressed apex) files
-
topjohnwu authored
-
- 17 Nov, 2021 7 commits
-
-
HuskyDG authored
-
topjohnwu authored
-
dark-basic authored
-
vvb2060 authored
-
Ilya Kushnir authored
-
DanGLES3 authored
-
Rom authored
-
- 16 Nov, 2021 3 commits
- 14 Nov, 2021 2 commits
- 13 Nov, 2021 2 commits
- 12 Nov, 2021 10 commits
- 10 Nov, 2021 1 commit
-
-
topjohnwu authored
- Use ftruncate64 instead of ftruncate to workaround seccomp - Cast uint32_t to off64_t before making it negative Note: Using ftruncate with a modern NDK libc should actually be fine as the syscall wrapper in bionic will use ftruncate64 internally. However, since we are using the libc.a from r10e built for Gingerbread, seccomp wasn't a thing back then, and also the ftruncate64 symbol is missing; we have to create our own wrapper and call it instead on 32-bit ABIs. Props to @jnotuo for discovering the overflow bug and seccomp issue Fix #3703, close #4915
-