AM Debug v4.0.0-beta02 Run#2800
CWE-400 Escape user-provided regex pattern in Finder
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
CWE-400 Escape user-provided regex pattern in Finder
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍2❤1
AM Debug v4.0.0-beta02 Run#2801
Finder Add new filters: apptype, compilesdk, shareduid
1. shareduid filter retrieve apps
- with shared user ID
- without shared user ID
- with matching shared user ID name(s), including regular expressions
2. compilesdk filter retrieve apps with the given SDK value(s)
3. apptype filter retrieves apps when one or more of the generic
conditions below are or aren't satisfied:
- user apps
- system apps
- updated system apps
- privileged apps
- data-only apps
- force-stopped apps
- apps requesting large heap
- debuggable apps
- test-only apps
- apps with code (DEX/SO files)
- persistent apps
- apps allowing framework-provided backups (e.g., ADB backups)
- apps installed in the external storage (or in the internal storage)
- apps using cleartext-only (HTTP) traffic
- apps having an SSAID
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Finder Add new filters: apptype, compilesdk, shareduid
1. shareduid filter retrieve apps
- with shared user ID
- without shared user ID
- with matching shared user ID name(s), including regular expressions
2. compilesdk filter retrieve apps with the given SDK value(s)
3. apptype filter retrieves apps when one or more of the generic
conditions below are or aren't satisfied:
- user apps
- system apps
- updated system apps
- privileged apps
- data-only apps
- force-stopped apps
- apps requesting large heap
- debuggable apps
- test-only apps
- apps with code (DEX/SO files)
- persistent apps
- apps allowing framework-provided backups (e.g., ADB backups)
- apps installed in the external storage (or in the internal storage)
- apps using cleartext-only (HTTP) traffic
- apps having an SSAID
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4🔥2🎉2❤1
AM Debug v4.0.0-beta02 Run#2802
Update dependencies
- Compile SDK to 35 (Android 15)
- AGP to 8.7.2
- AndroidX Activity to 1.9.3
- AndroidX Annotation to 1.9.1
- AndroidX Core to 1.15.0
- AndroidX Biometric to 1.4.0-alpha02
- AndroidX Splashscreen to 1.2.0-alpha02
- AndroidX WebKit to 1.12.1
- ARSCLib to cb342c16ad
- Baksmali to 3.0.8
- Bouncycastle to 1.79
- Desugar JDK to 2.1.3
- JetBrains Annotation to 26.0.1
- Robolectric to 4.14.1
- zstd-jni to 1.5.6-8
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Update dependencies
- Compile SDK to 35 (Android 15)
- AGP to 8.7.2
- AndroidX Activity to 1.9.3
- AndroidX Annotation to 1.9.1
- AndroidX Core to 1.15.0
- AndroidX Biometric to 1.4.0-alpha02
- AndroidX Splashscreen to 1.2.0-alpha02
- AndroidX WebKit to 1.12.1
- ARSCLib to cb342c16ad
- Baksmali to 3.0.8
- Bouncycastle to 1.79
- Desugar JDK to 2.1.3
- JetBrains Annotation to 26.0.1
- Robolectric to 4.14.1
- zstd-jni to 1.5.6-8
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🎉5👍3❤2
AM Debug v4.0.0-beta02 Run#2803
Backup Include the reason for a failed APK installation during restore
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Backup Include the reason for a failed APK installation during restore
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
❤2🤩1
AM Debug v4.0.0-beta02 Run#2804
Refactor Fix lint issues
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Fix lint issues
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
❤2👍2
AM Debug v4.0.0-beta02 Run#2805
Implement primary framework for parsing the intent-filters
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Implement primary framework for parsing the intent-filters
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
❤2
AM Debug v4.0.0-beta02 Run#2806
Refactor Fix parsing AndroidManifest using ARSCLib
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Fix parsing AndroidManifest using ARSCLib
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
❤1
AM Debug v4.0.0-beta02 Run#2807
Refactor Fix parsing APK files with wrong headers
Android framework does not care about GBPF, data denoscriptors, extra fields, etc.
These properties are also ignored in App Manager.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Fix parsing APK files with wrong headers
Android framework does not care about GBPF, data denoscriptors, extra fields, etc.
These properties are also ignored in App Manager.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
❤3
AM Debug v4.0.0-beta02 Run#2808
Explorer Add special VirtualFileSystem for APK files
The standard ZipFileSystem may not properly load an APK file. An alternative
filesystem is added that can explore any APK files.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Explorer Add special VirtualFileSystem for APK files
The standard ZipFileSystem may not properly load an APK file. An alternative
filesystem is added that can explore any APK files.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
❤3👍1
App Manager | DEBUG
AM Debug v4.0.0-beta02 Run#2808 Explorer Add special VirtualFileSystem for APK files The standard ZipFileSystem may not properly load an APK file. An alternative filesystem is added that can explore any APK files. Signed-off-by: Muntashir Al-Islam <mun…
A zip file viewer is usually sufficient to view the contents of an APK file. However, due to the flexibility provided by the Android framework, a developer can generate an APK that a typical viewer may not be able to load or even if it can load it, it may miss some files or folders or display it differently than it actually is. This is especially true if the viewer is equipped with detecting common zip vulnerabilities such as zip slip attack.
👍4