GKLBB

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

导航

2025年9月9日 #

软件神器 --- droidsqli

摘要: 软件神器 droidsqli 阅读全文

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

软件神器 --- 在线脱壳 映射云

摘要: 软件神器 在线脱壳 映射云 阅读全文

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

软件神器 --- 日用app

摘要: 小米有品 可可英语 英语魔方秀 央视新闻 搜狐视频 元素周期表专业版 991ex 免费证件照 间谍之耳 搜索重复文件 timbre 虚拟入侵 mathstudio 知乎 阅读全文

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

软件神器 --- apk加固 之 apknator

摘要: 软件神器 apk加固 之 apknator 阅读全文

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

软件神器 --- 安卓nmap 之 network monitor

摘要: 软件神器 安卓nmap 之 network monitor 阅读全文

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

黑客新闻

摘要: https://thehackernews.com/ https://hackyourmom.com/en/category/kibervijna/shpargalky-dlya-hakera/ https://www.happymod.cloud/andosid/com.scott.herbert 阅读全文

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

软件神器 --- 安卓开源dex转Java 之 showjava

摘要: 软件神器 安卓开源dex转Java 之 showjava 阅读全文

posted @ 2025-09-09 17:13 GKLBB 阅读(9) 评论(0) 推荐(0)

应用安全 --- 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 阅读(15) 评论(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 阅读(17) 评论(0) 推荐(0)

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

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

posted @ 2025-09-09 15:49 GKLBB 阅读(22) 评论(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 阅读(15) 评论(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 阅读(12) 评论(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 阅读(16) 评论(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 阅读(9) 评论(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 阅读(11) 评论(0) 推荐(0)