Privacy + Secure Tech Corner Channel 🛡️
90 subscribers
6.65K photos
578 videos
497 files
16.1K links
Here you can find all about GSI's, ROM's, GKI Kernel's, Tech NEWS, Updates, Root methods, Magisk Module, Overlay's, Hacker things, FLOSS, FOSS, Privacy + Secure Stuff and many more!
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from KernelSU Next Bot
KernelSU_Next_v3.0.0-26-g0829cb50_32883-release.apk
9 MB
Dev Manager Build (Normal)
#ci_2883

ksud: add back KSU_NEXT variable to scripts environment

Commit
Workflow run
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from KernelSU Next Bot
KernelSU_Next_v3.0.0-26-g0829cb50-spoofed_32883-release.apk
9 MB
Dev Manager Build (Spoofed)
#ci_2883

ksud: add back KSU_NEXT variable to scripts environment

Commit
Workflow run
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from RifsxD
Ksun adapted ioctl supercall and meta mount

Susfs about to be dead
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from skroot
SKRootPro4.0模块开发例程:
https://github.com/abcz316/SKRoot-linuxKernelRoot/tree/master/Pro(%E5%B7%B2%E5%BC%80%E5%8F%91%E5%AE%8C%E6%88%90%EF%BC%8C%E6%B5%8B%E8%AF%95%E4%B8%AD)/sources/testModule

testModule 模块目录清单:
──────────────────────────────
• SKRoot 内核模块开发 SDK .................. kernel_module_kit
• SDK 全接口回归测试工程(源码) .......... kernel_module_kit_test

模块示例:
──────────────────────────────
• Hello World 示例模块(源码)............ module_hello_world
• 内置 WebUI 模块示例(源码)............. module_web_ui_example
• 模块更新 JSON 演示模块(源码).......... module_update_demo
• 隐藏 /data 路径功能模块(源码)........ module_hide_data_dir
• 清理 USB 调试痕迹模块(源码)........... module_clear_usb_trace
• TrickyStore集成模块(源码)................. module_tricky_store
──────────────────────────────
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
OverlayFS and Magic Mount are related but they’re not the same thing:

OverlayFS
This is a standard Linux kernel feature. It lets you “overlay” one filesystem on top of another so that changes appear in an upper layer while the original files remain untouched in a lower layer. It’s commonly used for things like live systems, containers, or read-only system partitions where you want to add or modify files without actually changing the base filesystem.

Magic Mount
This is not a kernel feature but rather a user-space mechanism used by Magisk (or similar root frameworks). It uses OverlayFS under the hood to “magically” mount modified or additional files into Android’s system or vendor partitions without actually rewriting those partitions. It’s basically a way to inject files and changes at boot time so apps and the OS see them as if they’re native, while keeping the real partitions untouched.


So, OverlayFS is the underlying Linux tech, and Magic Mount is a Magisk implementation that uses it to provide systemless modification on Android.
This media is not supported in your browser
VIEW IN TELEGRAM