alex5402
|
75746c5eaa
|
Merge PR #45: Android 15+ network, anti-detect bypass, Windows AIDL build
|
2026-07-18 17:07:30 +05: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 |
|
yinli155
|
0968f5bc08
|
Fix WebView network permission on Android 15+
|
2026-06-27 00:32:33 +08:00 |
|
ArtRuntime
|
d9af6d0b8c
|
added getExternalObbDir funtion which is missing
|
2026-02-07 20:34:49 +05:30 |
|
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 |
|
ArtRuntime
|
d5b68fef42
|
refactor: Refine crash log reporting details, update application ID, and add WorkManager dependency.
|
2026-02-04 18:56:26 +05:30 |
|
ArtRuntime
|
5288031742
|
feat: Add log sending functionality with device information and logcat capture, including a new utility and UI integration, and update the application version.
|
2026-02-02 19:47:52 +05:30 |
|
alex5402
|
272e8cfe6e
|
feat: Add VPN network mode toggle with permission handling, resolve Android 10 black screen issues, and remove Xposed framework support.
|
2026-01-31 14:03:56 +05:30 |
|
alex5402
|
3f8ede8968
|
feat: Implement legacy storage permission handling for Android 10 and below, and improve compatibility by fixing service hook and attribution source issues.
|
2026-01-31 11:48:11 +05:30 |
|
alex5402
|
6ad99e0edd
|
Refactor: standardize bpid variable name casing and update project version.
|
2026-01-31 02:11:19 +05:30 |
|
alex5402
|
d188e0891c
|
feat: Add IInputMethodManager proxy and refactor IActivityManagerProxy's GetContentProvider hook for improved content provider resolution.
|
2026-01-31 01:01:53 +05:30 |
|
alex5402
|
87b384627e
|
chore: Remove debug logging from anti-detection file access hooks and unused commented-out hook installations.
|
2026-01-30 22:52:54 +05:30 |
|
alex5402
|
46d813480f
|
refactor: remove all Xposed-related features and code from the application and core.
|
2026-01-30 22:36:30 +05:30 |
|
alex5402
|
4238d87083
|
feat: Implement a safe path whitelist for anti-detection file access hooks and enable their installation.
|
2026-01-30 22:19:25 +05:30 |
|
alex5402
|
9572ccefa9
|
feat: Enhance Blackbox core virtualization, system service proxies, and hook mechanisms for improved compatibility.
|
2026-01-30 22:13:05 +05:30 |
|
alex5402
|
64d0421685
|
fix: cicd pipeline java update
|
2026-01-30 18:36:42 +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
|
5a557f1521
|
LOCAL_LDFLAGS += -Wl,--gc-sections,--strip-all,-z,max-page-size=16384
|
2025-08-20 07:07:55 +05:30 |
|
alex5402
|
1b1a75e14a
|
The source code is open from now Enjoy
|
2025-08-19 20:35:23 +05:30 |
|