ThePedroo
c2abef8826
fix: zygiskd companion, companion responses, write fd function and early client close
...
This commit fixes numerous issues in zygiskd code: The zygiskd companion code not loading the right entry, the companion not sending the correct responses, the write fd function not working properly and early client close when connecting to the companion.
2024-11-10 23:08:30 -03:00
ThePedroo
a549f0e5ae
add: Magisk support; fix: (some) zygiskd code issues
...
This commit adds Magisk support to Zygiskd C99, and also fixes some code issues of it.
2024-11-10 23:05:37 -03:00
ThePedroo
c1e45e9af6
add: zygiskd C99 APatch support
...
This commit adds support for zygiskd C99 to recognize APatch rooted devices.
2024-11-10 23:05:36 -03:00
ThePedroo
19d2a1758e
fix: segmentation fault in write
...
This commit fixes the segmentation fault when trying to write to /proc/.../sockcreate.
2024-11-10 23:05:35 -03:00
ThePedroo
c981907f36
fix: using fgets in a file descriptor
...
This commit fixes the use of fgets in a file descriptor, which would make it easier to use fopen instead of using fdopen.
2024-11-10 23:05:33 -03:00
ThePedroo
c852a2c146
fix: not properly switching mount ns
...
This commit corrects mount namespace code.
2024-11-10 23:05:31 -03:00
ThePedroo
42a5ab989f
add: base for CMake building (non-working)
...
This commit will have a rebase soon.
2024-11-10 23:05:25 -03:00