Commit Graph
8 Commits
Author SHA1 Message Date
dependabot[bot]andGitHub 16f51cf1d5 build(deps): bump androidx.appcompat:appcompat to 1.7.1 (#15)
Update AppCompat dependencies after a successful Android CI run.
2026-07-28 19:21:03 +03:30
Mahdi Karzari 3b771faa21 Release FridaBox 4.1.0 for all Android ABIs 2026-07-28 12:52:59 +03:30
Mahdi Karzari 165c014d75 feat: ship commercial FridaBox workspace 2026-07-20 04:25:09 +03:30
Mahdi Karzari 5140bfc6a7 feat: deliver first successful FridaBox MVP
Integrate Frida Gadget into BlackBox guest startup, add the host workflow and controller tooling, and validate the complete sample hook flow on ARM64 Android 16.
2026-07-20 04:25:08 +03:30
vivek 8051eddc97 fix: Android 15+ network, anti-detect bypass, Windows AIDL build
1. Network permission fix (Android 15/16):
   - Add NetworkPermissionCompat to disable framework permission cache
   - Hook checkPermission/checkPermissionForDevice in IActivityManagerProxy
   - Grant INTERNET and related network permissions for virtual apps
   - Fixes WebView blockedNetworkLoads on Android 15+

2. Anti-virtual-detection bypass:
   - Skip known anti-detect ContentProviders in BActivityThread.installProviders()
   - Covers Meituan HadesContentProvider (com.ztuni), Douyin SecurityGuard, etc.
   - App continues running instead of calling System.exit()

3. Windows AIDL build fix:
   - Strip AIDL-generated 'Using:' comment lines that contain backslash paths
   - Prevents Java compiler 'illegal Unicode escape' error on Windows

Refs: fixes #44 (partial)
2026-07-04 22:51:41 +08:00
ArtRuntime 9c744770f8 feat: Enhance core framework with improved service faking, package management, and build system updates.
intigrated disable flag secure

remove comments cleanup codes
2026-02-04 22:09:34 +05:30
alex5402 e779247466 feat: Introduce black-reflection and compiler modules, integrate reflection utilities, and update core components. 2026-01-30 18:24:57 +05:30
alex5402 1b1a75e14a The source code is open from now Enjoy 2025-08-19 20:35:23 +05:30