Skip to content

v1.0.0

Latest

Choose a tag to compare

@z3n70 z3n70 released this 16 Dec 09:08
· 31 commits to main since this release
b7379d6

Core Functionality

Run Frida Scripts: Execute custom Frida scripts on selected mobile applications to analyze and manipulate their behavior.
Real-time Output: View real-time output generated by the Frida process, allowing instant feedback on script execution.
Script Organization: Organize Frida scripts into different directories for efficient management and easy selection.
Custom Scripting: Easily create and run custom Frida scripts by copy-pasting the script code directly into the tool.

AI-Powered Script Generation

Codex CLI Integration: Generate Frida scripts using the Codex CLI with advanced prompt engineering.
MCP Server Support: Access Ghidra and JADX MCP servers for real-time binary analysis and reverse engineering.
Frida API Compatibility: AI-generated scripts use only compatible functions from the official Frida JavaScript API.
ARM Android Optimization: Scripts are specifically optimized for ARM Android devices with proper stability patterns.
Interactive Script Tester: Test and refine your prompts with the built-in Codex Bridge web interface.

Application Management

Dump APK/IPA From Device: Extract APK (Android) or IPA (iOS) files from connected devices by selecting installed packages.
Searchable Package List: Quickly find target applications via live search functionality in the package selector.
Custom Filename Option: Define a custom name for the dumped APK/IPA instead of using the default package name.
Install APK to Device: Upload and install an APK file directly onto an Android device with a single click.

User Experience

Modern UI Design: Clean and visually appealing user interface for better user experience.
Docker Support: Full containerization support with host bridge for Codex CLI access.
Cross-Platform: Works on Windows, Linux, and macOS with proper dependency management.