Tags: anzarfarooq/NoHello
Tags
- Updated README.md - Updated compatibility & requirements in post-fs-data.sh - Switched to Mount Rule System for better compatibility and liability. - Unmounting logic is moved to preAppSpecialize instead of hooking ar_unshare. - Added a temporary workaround for zygisk based detections introduced in apps like SBI Cards, Santander, ... (was fixed in ZN 1.2.9) - Re-worked a fix for zygisk detection (ptrace message leaking bug in Kernels 6.0 and below) - Now the module will skip unmounting stage if there are conflicting modules. - Added comment supports in umount file by adding # at the beginning of a line. Signed-off-by: Mohammed Riad <52679407+MhmRdd@users.noreply.github.com>
- Added a tricky workaround towards zygote fork detection similarly f… …ound in apps like (YONO SBI, ...), i honestly don't understand where did i come up with this, neither it means something to me at all, but satisfying fix at least. Signed-off-by: Mohammed Riad <52679407+MhmRdd@users.noreply.github.com>
- Added fallback when `setns` fails with `pidfd_open` in some kernel … …version alike 4.19 - Introduced Mount Rule System, more details in README.md - Updated README.md & added acknowledgment to ZygiskAssistant for the main idea. - Fixed an issue where module.prop could go missing due to excessive & synchronous writing on prop from differences processes - Added support for `umount_persist`/`umount_persists` to evaluate Mount Rule System once only (to avoid `whitelist` excessive evaluation & causing overheating issues). - Create initial setup for `/data/adb/nohello` with default `umount` & `umount_persist`.