Full security platform with web dashboard, 16 Flask blueprints, 26 modules, autonomous AI agent, WebUSB hardware support, and Archon Android companion app. Includes Hash Toolkit, debug console, anti-stalkerware shield, Metasploit/RouterSploit integration, WireGuard VPN, OSINT reconnaissance, and multi-backend LLM support. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
206 B
JavaScript
5 lines
206 B
JavaScript
// Entry point for fastboot.js browser bundle
|
|
// Use the .mjs (ESM) build directly to avoid Node.js CJS URL import issue
|
|
|
|
export { FastbootDevice, setDebugLevel } from 'android-fastboot/dist/fastboot.mjs';
|