| Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
|
03-23-2026, 10:06 AM
Post: #1
|
|||
|
|||
|
[FREE][TOOL] Unified Environment for Reverse Engineering, Anti-Detect and Web Automation
Hello everyone,
I am Awenk Audico, a solo developer. I am releasing Flowork OS, a locally-hosted desktop workspace built on Electron and Node.js. The core objective of this project is to solve the fragmentation in our daily workflows. Managing multiple Android devices, reverse-engineering APKs, and running isolated browser profiles typically requires heavily fragmented setups (running multiple terminal instances for ADB, Scrcpy, Apktool, JADX, alongside heavy SaaS anti-detect browsers). Flowork OS unifies these standalone binaries and processes into a single, optimized graphical interface. Below is the complete technical breakdown of the engine's capabilities: [ 1. REVERSE ENGINEERING and APK MODDING SUITE ] This module acts as a GUI wrapper and automated pipeline for standard Android reverse-engineering binaries: 1-Click APK Extraction: Utilizes 'dumpsys' to identify the currently active application on the connected device and directly pulls the base APK to your local machine. PID-Filtered Live Logcat: Streams logcat output specifically isolated to the target application's Process ID, eliminating background system noise. Automated JADX Pipeline: Decompiles the APK into Java source code and automatically injects a basic 'build.gradle' scaffolding, allowing you to immediately open the directory in Android Studio as a valid project. Apktool Integration and Auto-Signer: Disassemble to Smali, edit the source, and execute the "Rebuild" function. The engine handles the recompilation, automatically generates a debug Keystore via Keytool (if one does not exist), and signs the final APK using Jarsigner, making it ready for immediate deployment. [ 2. ADB ENGINE and MOBILE FARM MANAGEMENT ] A complete device management environment for both physical hardware and emulators: Zero-Latency Mirroring: Spawns local WebSockets to integrate the Scrcpy engine, delivering 60fps screen mirroring. Supports controlling multiple devices simultaneously. Native Paste Injection: A custom script that captures your PC's clipboard data and injects it directly into the Android device's active input field via ADB shell commands. [ 3. ADVANCED ANTI-DETECT BROWSER ] Built for secure multi-accounting and traffic isolation without the monthly SaaS overhead: Unlimited Isolated Profiles: Chromium instrumentation that isolates sessions per tab/profile. Hardware and Network Masking: Individual configurations for Canvas fingerprint spoofing, hardware masking, User-Agent switching, and custom proxy tunneling per profile. Cookie and Session Vault: Import and export Netscape-formatted cookies to bypass login protocols and manage session persistence seamlessly. [ 4. NO-CODE VISUAL AUTOMATION (FLOW DESIGNER) ] A built-in automation framework that eliminates the need for external Python/Selenium scripts: Node-Based Architecture: A drag-and-drop visual builder to construct automation flows. DOM Interaction and Emulation: Automate web clicks, organic scrolling, and form submissions utilizing a Human Sleep Cycle algorithm to prevent bot detection. Data Extraction: Scrape structured JSON data from web targets and route it directly into Google Sheets APIs. [ DISTRIBUTION and DOWNLOAD ] I built this primarily to optimize my own operations, but I am releasing the executable completely for free. There are no premium tiers or hidden subscriptions. You can download the Windows installer directly here: https://get.floworkos.com/ Disclaimer: This software is provided strictly for educational, debugging, and administrative purposes. Please use the reverse-engineering modules responsibly. As this is a solo-developed architecture, I anticipate there may be edge cases or IPC bridging issues depending on your local environment. I welcome any rigorous technical feedback, bug reports, or architectural critiques. Thank you for your time. |
|||



