recensa
Recensa is a self-hosted web viewer that indexes Claude Code session transcripts into a local SQLite database, enabling full-text search, replay, and audit of all past agent conversations without uploading data anywhere.
It provides a comprehensive, production-ready approach to APK protection—including resource obfuscation, DEX encryption, SO library hardening, and eight layers of runtime defense—alongside a proven anti-detection system that fights antivirus false positives and app store similarity checks.
企业级 Android APK 加固 · 资源混淆 · 多渠道打包 · 一体化解决方案
资源路径缩短、文件名随机化、资源隐藏 —— 有效对抗逆向分析与资源剽窃。
DEX 加密 + SO 库加固 + 壳注入,三层防护确保核心逻辑不可逆。
8 层运行时防护:反调试、反 Frida、反 Xposed、反 Hook、模拟器检测、完整性校验、Merkle 哈希树。
直观的 Web 管理后台 + 完整的 REST API,一键完成加固、签名、多渠道打包。
内置 六层 报毒与相似度解决方案,从根本上消除 "同一壳被多 App 共用导致相似度 > 80%" 的报毒根因。
每次加固生成指纹完全不同的壳,杜绝批量报毒:
按渠道裁剪保护项,避免过度加固触发误报:
| 策略 | 适用场景 | 保护内容 |
|---|---|---|
minimal | Google Play | 仅资源混淆,不注入壳 |
standard | 国内大厂应用市场 | 资源混淆 + 轻量 DEX 加密,跳过反调试 |
maximum | 第三方下载站 | 全保护开启 |
自动对接 VirusTotal API,报毒引擎 ≥ 3 阻断发布流水线,配合 360 / 腾讯 / 华为 / 小米等主流安全厂商白名单申诉通道。
正式证书 + V1 + V2 + V3 全量签名,杜绝 Debug 签名出厂。
针对 华为、小米、OPPO、vivo、Google Play 等主流市场差异化审核策略,在保护强度与上架成功率间取得最佳平衡:
支持三种渠道注入方式,加固阶段一步完成:
| 方式 | 特点 |
|---|---|
| Walle | 新一代 APK 渠道包方案,毫秒级写入 |
| VasDolly | 基于 V2/V3 签名的渠道注入 |
| Manifest meta-data | 传统清单注入,兼容性最佳 |
┌─────────────────────────────────────────┐
│ Web 管理后台 │
│ Vue 3 + Element Plus │
├─────────────────────────────────────────┤
│ REST API 层 │
│ FastAPI + Pydantic │
├─────────────────────────────────────────┤
│ 加固引擎 │
│ ┌─────────┬──────────┬──────────────┐ │
│ │ 资源混淆 │ DEX 加密 │ SO 库加固 │ │
│ ├─────────┼──────────┼──────────────┤ │
│ │ 壳注入 │ 运行时保护 │ 签名与渠道 │ │
│ └─────────┴──────────┴──────────────┘ │
└─────────────────────────────────────────┘
# 克隆仓库
git clone https://github.com/your-org/android-packer.git
cd android-packer
# 后端服务
pip install -r requirements.txt
python main.
android-packer 是面向应用市场上架、APK报毒的apk加固与资源混淆工具集,提供 Web 界面和 REST API。核心能力:资源隐藏混淆、DEX 加密 + SO 加固 + 壳注入、8 层反调试/反 Frida 等运行时保护。报毒对抗: 壳代码全链路随机化,每次加固生成不同指纹,根除"同壳多 App → 相似度超标"问题;策略分级按渠道裁剪,避免过度加固误报;VirusTotal 扫描阻断 + 安全厂商白名单申诉。上架保障: 华为/小米/OPPO/vivo/Google Play 渠道分级预设,相似度 < 40% 一次过审,多渠道签名隔离防证书污染。支持 Walle/VasDolly 多渠道打包。Python/FastAPI + Vue 3,一键部署 CI/CD。
Similar projects matched by category, topics, and programming language.
Recensa is a self-hosted web viewer that indexes Claude Code session transcripts into a local SQLite database, enabling full-text search, replay, and audit of all past agent conversations without uploading data anywhere.

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.