Real Nullptr @nullptr_dev Channel on Telegram

Real Nullptr

@nullptr_dev


Nullptr's personal channel
Group: https://t.me/+pv-CfudTTd42Mjg1

Support me:
https://github.com/sponsors/Dr-TSNG
https://afdian.com/a/dr-tsng

Real Nullptr (English)

Real Nullptr is a personal channel created by nullptr_dev, aimed at sharing valuable insights, knowledge, and updates with the community. The channel serves as a platform for discussions, collaborations, and learning opportunities. With a focus on technology, innovation, and creativity, Real Nullptr offers a diverse range of content, including articles, tutorials, news, and resources related to software development, coding, and programming. Whether you are a beginner looking to explore the world of coding or an experienced developer seeking to stay updated on the latest trends, Real Nullptr has something for everyone. Join the channel to connect with like-minded individuals, expand your skill set, and stay informed about the ever-evolving tech landscape. Don't miss out on the chance to be part of this dynamic community dedicated to learning and growth. Join Real Nullptr today and start your journey towards becoming a tech-savvy individual!

Real Nullptr

15 Nov, 06:56


修复一些 bug

Real Nullptr

10 Nov, 12:26


经典我们写的是垃圾,随便来个阿猫阿狗 fork 一下就变成类人群星闪耀时了,当初 Magisk 删除 MagiskHide 的时候也是这套说辞,真是狗改不了吃屎

Real Nullptr

10 Nov, 12:24


这么恨啊,造谣岁月史书张口就来,不知道的还以为把你妈杀了这么追着咬。开内测以来我们一条捐赠都没有收过,更别说“付费进群”这种谣言了,采访下内测群的人就会不攻自破,能信这种谎话的真是这辈子有了。

Real Nullptr

05 Nov, 15:21


增强检测
上架 play 商店

Real Nullptr

01 Nov, 18:44


由于经常要切换门卡和银行卡,索性做了个 NFC 一键切换指令,可配合 anywhere 使用。
Google Pay
su -c settings put secure nfc_payment_default_component com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService

小米钱包
su -c settings put secure nfc_payment_default_component com.android.nfc/com.android.nfc.cardemulation.ESEWalletDummyService

Real Nullptr

15 Oct, 10:28


ZygiskNext 1.2.0 正式版

新特性:推出 Zygisk Next 特有模块及 API
大量代码重构
减少 sepolicy 数量
修复 magisk 兼容的一些问题
Zygisk Next CLI 现在在 root shell 环境可用,命令为 znctl ,其中包含 Zygisk 及 Zygisk Next 模块的运行状态获取与控制等功能

ZN Module Sample

ZygiskNext 1.2.0 Stable Release

New feature: Zygisk Next-specific modules and APIs
Extensive code refactoring
Reduce the number of sepolicy
Fix some issues in magisk compatibility
The Zygisk Next CLI is now available in the root shell environment. The command is znctl, which includes functions such as obtaining and controlling the running status of Zygisk and Zygisk Next modules.

real5ec1cff | Github

Real Nullptr

01 Oct, 06:52


As for why not just make a pull request to official Magisk: The maintainers literally don’t like this feature.

Real Nullptr

24 Aug, 08:42


添加了一些检测

Real Nullptr

04 Aug, 18:18


P.S. 我这几个月都没空,有什么问题别来找我了,暂时退出安卓圈🤪

Real Nullptr

04 Aug, 18:17


提升检测和反破解能力

Real Nullptr

04 Jul, 04:05


https://t.me/rsa_4096_pkcs1_padding/47
有人似乎迫不及待要宣战了呢

Real Nullptr

05 May, 06:52


增强部分检测
修复大量误报(已在 40 台设备上验证,若仍有误报请反馈。测试中发现部分华为、黑鲨等设备未严格遵循谷歌兼容性定义,不在误报考虑范围内)

Real Nullptr

02 May, 03:34


感叹,我当年也是一名 OI 选手,还恰逢竞赛改革那届,导致省一屁加分或者政策都捞不到一个。这视频说得很对,信息学竞赛已经完全变成数学竞赛了,跟计算机的关系其实很小,我当年省选就是离散数学不过关被淘汰了。
https://www.bilibili.com/video/av1453211423?p=1&unique_k=2333

Real Nullptr

29 Apr, 13:04


全面加强检测
删除之前一个大量误报的方案
* 部分三星机型可能仍然存在假阳性

Real Nullptr

07 Apr, 13:55


ZygiskNext 1.0.4 正式版
- 移除了不稳定的自动卸载模式
- 增加强制排除列表模式
- 清理不需要的配置项

ZygiskNext 1.0.4 Stable Release
- Remove unstable auto umount mode
- Add enforce denylist mode
- Clean up unused configuration items

real5ec1cff

Real Nullptr

04 Apr, 15:27


不是假阳性就不要回复了,先统计 bug

Real Nullptr

04 Apr, 15:23


假阳性汇报楼,格式:机型+系统版本

Real Nullptr

04 Apr, 15:22


增强检测
* 可能存在假阳性,以三星为主

Real Nullptr

25 Mar, 13:07


ZygiskNext 1.0.2 正式版
- WebUI 跟随系统深色主题设置
- 卸载所有 ksu 挂载点
- 移除无用代码

ZygiskNext 1.0.2 Stable Release
- WebUI follows the system dark theme setting
- Unmount all ksu mount points
- Remove useless code

real5ec1cff

Real Nullptr

24 Mar, 08:30


ZygiskNext 1.0.1 正式版

- 修复了不该出现的「Module files corrupted」

ZygiskNext 1.0.1 Stable Release

- Fix unexpected "Module files corrupted".

real5ec1cff

Real Nullptr

24 Mar, 04:01


ZygiskNext 1.0 正式版

- 通过 hook init 进程监视 Zygote 启动
- 增强 Magisk 兼容性
- 支持 KernelSU WebUI (管理器需要正式版 0.9.0 / CI 11575 以上版本
- 两个守护进程合并为一个
- 简化模块状态显示
- 自动支持某些 32 位转译层(如 tango)

ZygiskNext 1.0 Stable Release

- Monitor Zygote startup through hooking init process
- Enhanced Magisk compatibility
- Support KernelSU WebUI (Manager Release 0.9.0 / CI 11575 or above is required)
- Two daemons merged into one
- Simplified module status
- Automatic support for some 32-bit translation layers (such as tango)

real5ec1cff

Real Nullptr

01 Mar, 11:07


新的 ksu webui 预告

Real Nullptr

01 Mar, 04:40


认准频道 @nullptr_dev,谨防诈骗🙏