GKLBB

当你经历了暴风雨,你也就成为了暴风雨

导航

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 50 下一页

2025年9月9日 #

应用安全 --- apk加固 之 地域限制

摘要: (getNetworkOperatorName|getSimOperatorName).+Ljava.lang.String;\n\n\s{4}move-result-object ([v|p]\d+) 替换$1\()\Ljava\/lang\/String;\n\n\ \ \ \ const-st 阅读全文

posted @ 2025-09-09 16:14 GKLBB 阅读(20) 评论(0) 推荐(0)

应用安全 --- apk加固 之 广告与分析

摘要: \"https://graph\.%s\"|\".*?api\.branch\.io\"|\".*?crashlytics\.com.*?\"|\".*?wzrkt\.com*\"|\".*?appboy\.com*\"|\".*?appsflyer\.com/.*?\"|\".*?google-a 阅读全文

posted @ 2025-09-09 16:01 GKLBB 阅读(115) 评论(0) 推荐(0)

应用安全 --- apk加固 之 试用次数

摘要: 通用原理 许多试用版软件使用以下两种方法来计算时间: 首次启动时间:在第一次启动时保存当前时间(currentTimeMillis)。之后每次启动,都用当前时间减去保存的首次启动时间,来判断是否超过了试用期(例如7天)。 运行时间检查:在程序运行过程中,使用高精度时间(nanoTime)来测量某个功 阅读全文

posted @ 2025-09-09 15:49 GKLBB 阅读(54) 评论(0) 推荐(0)

应用安全 --- apk加固 之 安装来源

摘要: 搜索正则表达式: regex (invoke-*.* \{([pv]\d+),([pv]\d+)\}, Landroid/content/pm/PackageManager;->getInstallerPackageName\(Ljava/lang/String;\)Ljava/lang/Strin 阅读全文

posted @ 2025-09-09 12:36 GKLBB 阅读(22) 评论(0) 推荐(0)

应用安全 --- apk加固 之 代理监测

摘要: package com.iran.SmaliHelper; import android.content.ContentProvider; import android.content.ContentValues; import android.content.Context; import and 阅读全文

posted @ 2025-09-09 09:06 GKLBB 阅读(19) 评论(0) 推荐(0)

应用安全 --- apk加固 之 hook检测

摘要: package com.iran.SmaliHelper; import android.content.ContentProvider; import android.content.ContentValues; import android.database.Cursor; import and 阅读全文

posted @ 2025-09-09 00:43 GKLBB 阅读(23) 评论(0) 推荐(0)

应用安全 --- apk加固 之 网络监测

摘要: package com.iran.SmaliHelper; import android.content.ContentProvider; import android.content.ContentValues; import android.content.Context; import and 阅读全文

posted @ 2025-09-09 00:34 GKLBB 阅读(11) 评论(0) 推荐(0)

应用安全 --- apk加固 之 强制升级

摘要: // 定义包名,这个类属于com.iran.SmaliHelper包 package com.iran.SmaliHelper; // 导入Android应用程序基类 import android.app.Application; // 导入Android应用程序测试工具类 import andro 阅读全文

posted @ 2025-09-09 00:31 GKLBB 阅读(19) 评论(0) 推荐(0)

2025年9月8日 #

软件运维 --- adb shell 命令

摘要: 分类与注解 1. 应用管理 (Application Management) 主要用于安装、卸载、控制应用以及查询应用信息。 命令注解 adb shell am force-stop <package> 强制停止指定包名的应用,终止其所有进程。 adb shell am kill <package> 阅读全文

posted @ 2025-09-08 23:12 GKLBB 阅读(217) 评论(0) 推荐(0)

应用安全 --- apk安全 之 检查模拟器

摘要: package com.iran.SmaliHelper; import android.annotation.SuppressLint; import android.content.ContentProvider; import android.content.ContentValues; im 阅读全文

posted @ 2025-09-08 08:02 GKLBB 阅读(16) 评论(0) 推荐(0)

应用安全 --- apk加固 之 防止截屏

摘要: package com.iran.SmaliHelper; import android.app.Activity; import android.app.Application; import android.content.ContentProvider; import android.cont 阅读全文

posted @ 2025-09-08 07:43 GKLBB 阅读(14) 评论(0) 推荐(0)

软件神器 --- 安卓u启动写入 之 etchdroid

摘要: 软件神器 安卓u启动写入 之 etchdroid 阅读全文

posted @ 2025-09-08 05:23 GKLBB 阅读(19) 评论(0) 推荐(0)

软件神器 --- 安卓hook工具 之 天鉴x

摘要: 原文链接:https://www.doyo.cn/app/417893.html 阅读全文

posted @ 2025-09-08 05:07 GKLBB 阅读(18) 评论(0) 推荐(0)

软件神器 --- 安卓apk分析 之 apktool m

摘要: https://www.doyo.cn/app/418065.html 阅读全文

posted @ 2025-09-08 05:05 GKLBB 阅读(14) 评论(0) 推荐(0)

软件神器 --- 安卓分析工具 之 apk analyzer

摘要: 原文链接:https://www.doyo.cn/app/428334.html 阅读全文

posted @ 2025-09-08 04:58 GKLBB 阅读(29) 评论(0) 推荐(0)

软件神器 --- xp插件 之 hookvip

摘要: 原文链接:https://www.doyo.cn/app/428334.html 阅读全文

posted @ 2025-09-08 04:57 GKLBB 阅读(28) 评论(0) 推荐(0)

软件神器 --- 安卓加固 之 apk encryptor

摘要: 原文链接:https://www.doyo.cn/app/428334.html 阅读全文

posted @ 2025-09-08 04:56 GKLBB 阅读(28) 评论(0) 推荐(0)

软件神器 --- 安卓system解锁 之 syslock

摘要: 原文链接:https://www.doyo.cn/app/453406.html 阅读全文

posted @ 2025-09-08 04:52 GKLBB 阅读(55) 评论(0) 推荐(0)

软件神器 --- 新一代安卓root工具 之 kernelsu

摘要: 软件神器 新一代安卓root工具 之 kernelsu 阅读全文

posted @ 2025-09-08 04:50 GKLBB 阅读(17) 评论(0) 推荐(0)

软件神器 --- 安卓去签 之 手撕签名

摘要: https://www.doyo.cn/app/525379.html 阅读全文

posted @ 2025-09-08 04:44 GKLBB 阅读(13) 评论(0) 推荐(0)

软件神器 --- xp插件 之 Thanox

摘要: Thanox 阅读全文

posted @ 2025-09-08 04:41 GKLBB 阅读(8) 评论(0) 推荐(0)

软件神器 --- 安卓库识别 之 LibChecker、native libs monitor

摘要: 软件神器 安卓库识别 之 LibChecker 阅读全文

posted @ 2025-09-08 04:40 GKLBB 阅读(29) 评论(0) 推荐(0)

软件神器 --- 安卓资源搜索 之 比特舟Pro、磁力多

摘要: 软件神器 安卓资源搜索 之 比特舟Pro 阅读全文

posted @ 2025-09-08 04:35 GKLBB 阅读(76) 评论(0) 推荐(0)

软件神器 --- 安卓tv 之 当贝市场

摘要: 软件神器 安卓tv 之 当贝市场 阅读全文

posted @ 2025-09-08 04:33 GKLBB 阅读(11) 评论(0) 推荐(0)

软件神器 --- 安卓网络调试工具 之 IPTools、调试全能王

摘要: 软件神器 安卓网络调试工具 之 IPTools、原文链接:https://www.doyo.cn/app/433934.html 阅读全文

posted @ 2025-09-08 04:32 GKLBB 阅读(28) 评论(0) 推荐(0)

软件神器 之 安卓app存储固定 之 存储空间隔离

摘要: 软件神器 之 安卓app存储固定 之 存储空间隔离 阅读全文

posted @ 2025-09-08 04:31 GKLBB 阅读(12) 评论(0) 推荐(0)

软件神器 --- 安卓锁机 之 锁手机

摘要: 软件神器 安卓锁机 之 锁手机 阅读全文

posted @ 2025-09-08 04:27 GKLBB 阅读(4) 评论(0) 推荐(0)

软件神器 --- 安卓系统工具 之 搞机助手、移动叔叔工具箱

摘要: 软件神器 安卓系统工具 之 搞机助手 阅读全文

posted @ 2025-09-08 04:25 GKLBB 阅读(12) 评论(0) 推荐(0)

软件神器 --- 安卓rootWiFi 之 WIFI密码查看器

摘要: 软件神器 安卓rootWiFi 之 WIFI密码查看器 阅读全文

posted @ 2025-09-08 04:18 GKLBB 阅读(24) 评论(0) 推荐(0)

软件神器 --- 安卓数据恢复 之 恢复数据大师、壁虎恢复

摘要: 软件神器 安卓数据恢复 之 恢复数据大师、壁虎恢复 阅读全文

posted @ 2025-09-08 04:15 GKLBB 阅读(13) 评论(0) 推荐(0)

软件神器 --- 安卓遥控器 之 悟空遥控器、无线鼠标

摘要: 软件神器 安卓遥控器 之 悟空遥控器 阅读全文

posted @ 2025-09-08 04:14 GKLBB 阅读(9) 评论(0) 推荐(0)

软件神器 --- 安卓环境监测 之 Momo检测、Native Test牛头检测

摘要: 软件神器 安卓环境监测 之 Momo检测 阅读全文

posted @ 2025-09-08 03:47 GKLBB 阅读(119) 评论(0) 推荐(0)

软件神器 --- 安卓灾害预警 之 地震预警、地震速报

摘要: 软件神器 安卓灾害预警 之 地震预警、地震速报 阅读全文

posted @ 2025-09-08 03:45 GKLBB 阅读(7) 评论(0) 推荐(0)

软件神器 --- 安卓5G测试 之 CellularPro

摘要: 软件神器 安卓5G测试 之 CellularPro 阅读全文

posted @ 2025-09-08 03:41 GKLBB 阅读(10) 评论(0) 推荐(0)

软件神器 --- 安卓虚拟xp 之 反射大师、天鉴

摘要: 软件神器 安卓虚拟xp 之 反射大师 阅读全文

posted @ 2025-09-08 03:40 GKLBB 阅读(8) 评论(0) 推荐(0)

软件神器 --- 安卓二进制编辑器 之 16进制编辑器

摘要: 软件神器 安卓二进制编辑器 之 16进制编辑器 阅读全文

posted @ 2025-09-08 03:38 GKLBB 阅读(25) 评论(0) 推荐(0)

2025年9月7日 #

软件神器 --- 浏览器插件js注入 之 Tampermonkey

摘要: Tampermonkey 阅读全文

posted @ 2025-09-07 17:40 GKLBB 阅读(19) 评论(0) 推荐(0)

软件神器 --- 安卓apk提取 之 MYAPK、APK提取器、apk安装包管理、ML Manager Pro、包名查看

摘要: 软件神器 安卓apk提取 之 MYAPK 阅读全文

posted @ 2025-09-07 16:56 GKLBB 阅读(31) 评论(0) 推荐(0)

软件神器 --- 安卓性能测试 之 3Dmark、geekbench

摘要: 软件神器 安卓性能测试 之 3Dmark、geekbanch 阅读全文

posted @ 2025-09-07 15:55 GKLBB 阅读(11) 评论(0) 推荐(0)

软件神器 --- 早期的安卓编辑工具 之 APK编辑器

摘要: APK编辑器、权限编辑器 阅读全文

posted @ 2025-09-07 15:50 GKLBB 阅读(9) 评论(0) 推荐(0)

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 50 下一页