Real Nullptr
Nullptr's personal channel Support me: https://github.com/sponsors/Dr-TSNG TRC20:TYG2MCMcXWsko9DZkVXjX3P1Xv7dhNAarx
Show more📈 Analytical overview of Telegram channel Real Nullptr
Channel Real Nullptr (@nullptr_dev) is an active participant. Currently, the community unites 17 778 subscribers, ranking 7 535 in the Technologies & Applications category and 13 115 in the China region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 17 778 subscribers.
According to the latest data from 11 June, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by 337 over the last 30 days and by 14 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 24.72%. Within the first 24 hours after publication, content typically collects N/A% reactions from the total number of subscribers.
- Post reach: On average, each post receives 4 394 views. Within the first day, a publication typically gains 0 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 48.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“Nullptr's personal channel
Support me:
https://github.com/sponsors/Dr-TSNG
TRC20:TYG2MCMcXWsko9DZkVXjX3P1Xv7dhNAarx”
Thanks to the high frequency of updates (latest data received on 12 June, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.
fastboot oem set-hw-fence-value 0 androidboot.selinux=permissive虽然已修复,但这是2022年引入的老漏洞了,应该适用于更多高通soc。 另外,对于selinux宽容的系统,即使不是小米,也可以利用隔离服务提权到root: https://github.com/vvb2060/Magica
/data/adb/modules/zygisksu/bin/zygiskd enforce-denylist <disabled|enabled|just_umount>
/data/adb/modules/zygisksu/bin/zygiskd memory-type <default|anonymous>
/data/adb/modules/zygisksu/bin/zygiskd linker <system|builtin>
所有选项即时生效。
Zygisk Next 1.3.0 Stable Release
- Introduce a built-in Zygisk module loader — Zygisk Next Linker. For detailed information, please refer to the Wiki. It is recommended to enable for minimize detectable traces.
- Integrate most of Shamiko’s functionality. Add a new “Unmount only” mode to the denylist, allowing module injection while restoring mount changes. ^1
- Add support for loading modules to anonymous memory.
- Properly implement multi-zygote support (e.g. OnePlus devices using zygote_ocomp).
- Fix compatibility issues with older kernels and some 32-bit devices.
- Add more translations to the WebUI
- Support new interface of KernelSU
- Fix several bugs and stability issues.
Note:
^1: ZN does not include Shamiko’s prop hiding or font module handling. If you need prop hiding, please extract service.sh from Shamiko and start it manually via service.d or similar methods. If you need to use font modules on Android 12+ devices, please install FontLoader. You do not need to uninstall Shamiko before installing ZN — even if Shamiko is installed, it will not be loaded. For Magisk users, Shamiko whitelist is equalivant to the "Treat non-root apps as denylist" option.
New features can be configured with WebUI and CLI. CLI command is as follows:
/data/adb/modules/zygisksu/bin/zygiskd enforce-denylist <disabled|enabled|just_umount>
/data/adb/modules/zygisksu/bin/zygiskd memory-type <default|anonymous>
/data/adb/modules/zygisksu/bin/zygiskd linker <system|builtin>
All changes will take effect immediately.
SHA256: 2863b9eb6f526eedf5f625c867fa66dcf3833ab38deec6fa83adfe355a95940e
real5ec1cff | Github当前版本为预览版,可能不稳定,请积极反馈问题1. 增加 Magisk 排除列表白名单(Root 授权列表为白名单) 2. 修复一些模块与 ZN Linker 兼容性问题 3. WebUI 增加俄语翻译 4. 修复 WebUI 显示问题 5. 修复其他若干问题 Zygisk Next 1.3.0-RC3 Preview Release
The current version is a preview version and may be unstable. Please actively report any issues.1. Added Magisk denylist whitelist (root app list is whitelist) 2. Fixed some module compatibility issues with the ZN Linker 3. Added Russian translation to the WebUI 4. Fixed WebUI display issues 5. Fixed several other issues SHA256: 5c51172a3ee221985d0f34637be18a3bb3983d0ee2c1143cd5b032d252aca0b7 real5ec1cff | Github
当前版本为预览版,可能不稳定,请积极反馈问题1. 正确处理隔离进程的 unmount 2. 修复 Android 16 QPR2 版本上重启可能挂起的问题 3. 尝试修复一些模块的兼容性问题 注:正在使用 RC1 版本的 Android 16 QPR2 用户可以在更新后重启前使用如下命令避免重启被挂起
kill -9 $(pgrep -f zn-)
Zygisk Next 1.3.0-RC2 Preview Release
The current version is a preview version and may be unstable. Please actively report any issues.1. Properly handle unmount for isolated processes 2. Fix a potential hang issue during reboot on Android 16 QPR2 3. Attempt to improve compatibility with certain modules Note: Users running the RC1 version of Android 16 QPR2 can run the following command before rebooting after updating to prevent the reboot from hanging:
kill -9 $(pgrep -f zn-)
SHA256: bfec1e12f25a5b561fd8f0d451b0bf15f8889afc235c345a450ec3e6646efb72
real5ec1cff | Github/data/adb/modules/zygisksu/bin/zygiskd enforce-denylist <disabled|enabled|just_umount>
/data/adb/modules/zygisksu/bin/zygiskd memory-type <default|anonymous>
/data/adb/modules/zygisksu/bin/zygiskd linker <system|builtin>
所有选项即时生效。
1. Introduce a built-in Zygisk module loader — Zygisk Next Linker. For detailed information, please refer to the Wiki.
2. Integrate most of Shamiko’s functionality. Add a new “Unmount only” mode to the denylist, allowing module injection while restoring mount changes. ^1
3. Add support for loading modules to anonymous memory.
4. Properly implement multi-zygote support (e.g. OnePlus devices using zygote_ocomp).
5. Fix compatibility issues with older kernels and some 32-bit devices.
6. Fix several bugs and stability issues.
Note:
- ^1: ZN does not include Shamiko’s prop hiding or font module handling. If you need prop hiding, please extract service.sh from Shamiko and start it manually via service.d or similar methods. If you need to use font modules on Android 12+ devices, please install FontLoader. You do not need to uninstall Shamiko before installing ZN — even if Shamiko is installed, it will not be loaded.
- New features can be configured with WebUI and CLI. CLI command is as follows:
/data/adb/modules/zygisksu/bin/zygiskd enforce-denylist <disabled|enabled|just_umount>
/data/adb/modules/zygisksu/bin/zygiskd memory-type <default|anonymous>
/data/adb/modules/zygisksu/bin/zygiskd linker <system|builtin>
All changes will take effect immediately.
SHA256: c2dbd89a8d74b1ea2ed65d2f387728a2cc7f9a2d0f2bd80694c243579fccea55
real5ec1cff | Github
Available now! Telegram Research 2025 — the year's key insights 
