Real Nullptr
Nullptr's personal channel Support me: https://github.com/sponsors/Dr-TSNG TRC20:TYG2MCMcXWsko9DZkVXjX3P1Xv7dhNAarx
نمایش بیشتر📈 تحلیل کانال تلگرام Real Nullptr
کانال Real Nullptr (@nullptr_dev) بازیگری فعال است. در حال حاضر جامعه شامل 17 778 مشترک است و جایگاه 7 535 را در دسته فناوری و برنامهها و رتبه 13 115 را در منطقه الصين دارد.
📊 شاخصهای مخاطب و پویایی
از زمان ایجاد در невідомо، پروژه رشد سریعی داشته و 17 778 مشترک جذب کرده است.
بر اساس آخرین دادهها در تاریخ 11 ژوئن, 2026، کانال فعالیت پایداری دارد. در ۳۰ روز گذشته تغییر اعضا برابر 337 و در ۲۴ ساعت گذشته برابر 14 بوده و همچنان دسترسی گستردهای حفظ شده است.
- وضعیت تأیید: تأیید نشده
- نرخ تعامل (ER): میانگین تعامل مخاطب 24.72% است و در ۲۴ ساعت نخست پس از انتشار، محتوا معمولاً N/A% واکنش نسبت به کل مشترکان کسب میکند.
- دسترسی پستها: هر پست به طور میانگین 4 394 بازدید دریافت میکند. در اولین روز معمولاً 0 بازدید جمعآوری میشود.
- واکنشها و تعامل: مخاطبان بهطور فعال حمایت میکنند؛ میانگین واکنش به هر پست 48 است.
📝 توضیح و سیاست محتوایی
نویسنده این فضا را محل بیان دیدگاههای شخصی توصیف میکند:
“Nullptr's personal channel
Support me:
https://github.com/sponsors/Dr-TSNG
TRC20:TYG2MCMcXWsko9DZkVXjX3P1Xv7dhNAarx”
به لطف بهروزرسانیهای پرتکرار (آخرین داده در تاریخ 12 ژوئن, 2026)، کانال همواره بهروز و دارای دسترسی بالاست. تحلیلها نشان میدهد مخاطبان بهطور فعال با محتوا تعامل دارند و آن را به نقطه اثرگذاری مهم در دسته فناوری و برنامهها تبدیل کردهاند.
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
اکنون در دسترس! پژوهش تلگرام ۲۰۲۵ — مهمترین بینشهای سال 
