Loading

摘要: 结论:Android 14+ 不可重用 原因:需要为每个 MediaProjection 捕获会话征得用户同意 详情: Reusing media projection Intent on Android 14 阅读全文
posted @ 2026-06-18 16:30 xtyuns 阅读(10) 评论(0) 推荐(0)
摘要: const char *__fastcall sub_57BCDC( const char *needle, __int64 a2, __int64 a3, __int64 a4, __int64 a5, __int64 a6, __int64 a7, __int64 a8) { const cha 阅读全文
posted @ 2026-05-26 18:06 xtyuns 阅读(10) 评论(0) 推荐(0)
摘要: code: 伪代码: for (i = 0; i < 0xB; i++) { ch = v1202[i + 2] ^ (i + 1) ^ v1202[1] ^ 0x0B; output[i] = ch; } output[11] = 0; 字符串解密: def decode(enc, index_f 阅读全文
posted @ 2026-05-26 11:36 xtyuns 阅读(16) 评论(0) 推荐(0)
摘要: # A25ED0436AC780AC2A50FE050867D49CF204F004 C03E C698C10E CA3E 18 755F2D4F5A32316D4B6A556B524F6C676E79453942737241 D23E E0 01 E4F7F6E81079FCB1B755CC988 阅读全文
posted @ 2026-05-16 10:07 xtyuns 阅读(12) 评论(0) 推荐(0)
摘要: SS RDX(通常表现为 Samsung RDX KERNEL PANIC)是三星设备在系统故障或强制重启时的工厂/调试模式 退出方法: 使用 USB 数据线将手机连接到电脑 同时按音量下键和电源键,当出现 SS RDX 模式界面时不要松开,直到 SS RDX 界面重复出现几次之后出现三星的标志,并 阅读全文
posted @ 2026-04-15 09:19 xtyuns 阅读(93) 评论(0) 推荐(0)
摘要: checkRiskApp getPackageInfo, pkg=com.topjohnwu.magisk getPackageInfo, pkg=me.weishu.kernelsu getPackageInfo, pkg=me.bmax.apatch getPackageInfo, pkg=eu 阅读全文
posted @ 2026-04-09 11:04 xtyuns 阅读(28) 评论(0) 推荐(0)
摘要: Dobby dobby = Dobby.getInstance(test.emulator); dobby.replace(test.module.base + 0xCC64, new ReplaceCallback() { private final Stack<UnidbgPointer> re 阅读全文
posted @ 2026-03-31 14:12 xtyuns 阅读(19) 评论(0) 推荐(0)
摘要: trpc.msg.register_proxy.RegisterProxy.SsoInfoSync 08 // 1 varint sync_flag DF 0D // 1759 10 // 2 varint req_random F2 BE 85 C7 05 // 1491165042 20 // 阅读全文
posted @ 2026-03-05 09:20 xtyuns 阅读(15) 评论(0) 推荐(0)
摘要: def build_tars_req_packet(servant_name, func_name, req): req_buffer = dumps(JceDict({ 7: dumps(JceDict({ 0: { 'req': dumps(req) } })) })) req_packet_h 阅读全文
posted @ 2026-02-27 16:48 xtyuns 阅读(12) 评论(0) 推荐(0)
摘要: 0F607264FC6318A92B9E13C65DB7CD3C: md5("02:00:00:00:00:00") 阅读全文
posted @ 2026-02-23 15:35 xtyuns 阅读(13) 评论(0) 推荐(0)
摘要: import hashlib import zlib import xxtea from jce import loads key = hashlib.md5(bytes.fromhex('4446472324255e2325245247485228262a4d3c3e3c')).hexdigest 阅读全文
posted @ 2026-01-21 21:55 xtyuns 阅读(32) 评论(0) 推荐(0)
摘要: gamelet: 腾讯游戏小应用平台 https://www.gamelet.qq.com/ quickjs: JS 引擎 https://github.com/quickjs-ng/quickjs turingfd: 腾讯云图灵盾 https://cloud.tencent.com/documen 阅读全文
posted @ 2026-01-14 17:43 xtyuns 阅读(23) 评论(0) 推荐(0)
摘要: pfbs is pixui fbs file converter pxui 是一种精简过的 html5 技术,它不依赖现有开源浏览器代码, 仅实现了界面开发需要的能力,删除了多余的、繁杂的、ui开发几乎用不到的能力。 阅读全文
posted @ 2025-12-19 15:06 xtyuns 阅读(12) 评论(0) 推荐(0)
摘要: object SuShell { private const val SU_CMD = "su" fun exec(cmd: String): Result<String> { val process = Runtime.getRuntime().exec(SU_CMD) val writer = 阅读全文
posted @ 2025-11-20 20:52 xtyuns 阅读(18) 评论(0) 推荐(0)
摘要: iptables 和 nftables iptables 是 Linux 中最常用的防火墙管理软件,它通过 Linux 内核中的 netfilter 模块提供的 Hook 来管理网络数据包的处理和转发。 nftables 是 iptables 的代替品,在 Debian 10、Ubuntu 22、C 阅读全文
posted @ 2024-08-03 20:11 xtyuns 阅读(330) 评论(0) 推荐(0)