Skip to content

Releases: littleWhiteDuck/HookNextHome

Release list

HookNext v1.0.0

Choose a tag to compare

@littleWhiteDuck littleWhiteDuck released this 12 Aug 06:29

HookNext v1.0.0

HookNext 首个正式版本。

HookNext 是面向 Android 的可视化 Xposed 模块管理与运行时分析工具,也是 SimpleHook 的全新升级版本。它延续“通过配置表达 Hook”的使用方式,并对配置编辑、运行时兼容、记录系统和远程管理能力进行了重新设计。

主要功能

  • 自定义方法 Hook
    • 修改方法返回值
    • 修改方法参数
    • 拦截方法执行
    • 修改静态字段和实例字段
    • 按参数或返回值条件执行规则
    • 支持重载匹配、方法通配符和参数通配符
  • 多种值类型
    • 基本类型、字符串、随机字符串、JSON 对象和 null
  • Hook 记录
    • 记录参数、返回值、参数与返回值、静态字段和实例字段
    • 支持搜索、筛选、标记、详情查看、删除和导出
  • DEX、APK、APKS 和 Smali 浏览
    • 浏览类、方法和字段
    • 导入并规范化 Java/Smali 成员签名
  • Root、Shizuku 和 Normal 三种工作模式
  • 扩展 Hook 配置
    • 覆盖算法、界面、安全、网络、WebView、剪贴板、文件、退出、签名和 HotFix 等分类
  • Web 管理和 MCP
    • 通过局域网 Web 页面管理配置、扩展和记录
    • 为兼容客户端提供分级 MCP 权限
  • 数据工具
    • 配置与设置备份、恢复
    • SimpleHook 自定义配置导入
    • 自定义配置导出为 Frida JavaScript
  • 关于页面
    • 通过 GitHub Releases API 检查最新正式版本
    • 提供 HookNext 主页入口
    • 自动排除测试版本和草稿版本

运行环境

  • Android 8.0(API 26)及以上
  • 需要兼容的 Xposed 运行环境
  • 支持现代 libxposed API 101/102
  • 提供传统 Xposed API 82 兼容路径

使用提醒

Hook 会改变目标应用的运行过程。请仅在自有设备、自有应用或已获得明确授权的测试环境中使用。

Hook 记录可能包含账号、令牌、输入内容、文件内容或其他敏感数据,请妥善保护。宽泛 Hook、字段修改、签名替换、退出拦截和 HotFix 都可能导致目标应用异常,建议先备份并在可恢复的测试环境中验证。

本版本不提供静默安装或后台自动更新。关于页面发现新版本后,会打开对应的 GitHub Release 页面,由用户自行下载和安装。

文件校验

HookNext-v1.0.0.apk

SHA-256:a43f94d8c49018baf06db7ff813719c19972b52e8440abee1a0b9874ae96a09e


The first stable release of HookNext.

HookNext is a visual Xposed module manager and runtime analysis tool for Android. It is the fully upgraded version of SimpleHook, retaining the idea of expressing hooks through configuration while redesigning the configuration editor, runtime compatibility layer, record system, and remote-management features.

Highlights

  • Custom method hooks
    • Replace return values and method arguments
    • Skip method execution
    • Change static and instance fields
    • Apply rules conditionally using arguments or return values
    • Match overloads, method wildcards, and argument wildcards
  • Explicit value types
    • Primitive values, strings, random strings, JSON-created objects, and null
  • Hook records
    • Record arguments, return values, both, and fields
    • Search, filter, mark, inspect, delete, and export records
  • DEX, APK, APKS, and Smali browser
    • Browse classes, methods, and fields
    • Import and normalize Java/Smali member signatures
  • Root, Shizuku, and Normal work modes
  • Extension hook configuration
    • Categories for algorithms, UI, security, network, WebView, clipboard, files, exits, signatures, and HotFix
  • Web management and MCP
    • Manage configurations, extensions, and records through a LAN web interface
    • Permission-tiered MCP access for compatible clients
  • Data tools
    • Back up and restore configurations and settings
    • Import SimpleHook custom configurations
    • Export custom configurations as Frida JavaScript
  • About page
    • Check the latest stable release through the GitHub Releases API
    • Open the HookNext home page
    • Exclude pre-release and draft versions automatically

Requirements

  • Android 8.0 (API 26) or later
  • A compatible Xposed runtime
  • Modern libxposed API 101/102 support
  • Legacy Xposed API 82 compatibility path

Important notes

Hooks change how target applications run. Use HookNext only on your own devices, your own applications, or explicitly authorized test environments.

Records may contain accounts, tokens, user input, file contents, or other sensitive data. Broad hooks, field changes, signature replacement, exit interception, and HotFix may destabilize a target app. Back up your configuration and test in a recoverable environment.

This release does not silently install APKs or perform background updates. When a newer stable release is found, the About page opens its GitHub Release page for manual download and installation.