Real Nullptr
Nullptr's personal channel Support me: https://github.com/sponsors/Dr-TSNG TRC20:TYG2MCMcXWsko9DZkVXjX3P1Xv7dhNAarx
Mostrar más📈 Análisis del canal de Telegram Real Nullptr
El canal Real Nullptr (@nullptr_dev) es un actor destacado. Actualmente la comunidad reúne a 17 778 suscriptores, ocupando la posición 7 535 en la categoría Tecnologías y Aplicaciones y el puesto 13 115 en la región China.
📊 Métricas de audiencia y dinámica
Desde su creación el невідомо, el proyecto ha mostrado un crecimiento acelerado, reuniendo a 17 778 suscriptores.
Según los últimos datos del 11 junio, 2026, el canal mantiene una actividad estable. En los últimos 30 días la variación de miembros fue de 337, y en las últimas 24 horas de 14, conservando un alto alcance.
- Estado de verificación: No verificado
- Tasa de interacción (ER): El promedio de interacción de la audiencia es 24.72%. Durante las primeras 24 horas tras publicar, el contenido suele obtener N/A% de reacciones respecto al total de suscriptores.
- Alcance de las publicaciones: Cada publicación recibe en promedio 4 394 visualizaciones. En el primer día suele acumular 0 visualizaciones.
- Reacciones e interacción: La audiencia responde de forma activa: el promedio de reacciones por publicación es 48.
📝 Descripción y política de contenido
El autor describe el recurso como un espacio para expresar opiniones subjetivas:
“Nullptr's personal channel
Support me:
https://github.com/sponsors/Dr-TSNG
TRC20:TYG2MCMcXWsko9DZkVXjX3P1Xv7dhNAarx”
Gracias a la alta frecuencia de actualizaciones (últimos datos recibidos el 12 junio, 2026), el canal mantiene la vigencia y un amplio alcance. La analítica demuestra que la audiencia interactúa activamente con el contenido, lo que lo convierte en un punto de referencia dentro de la categoría Tecnologías y Aplicaciones.
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
¡Ya disponible! Investigación de Telegram 2025 — los principales insights del año 
