Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: dthkhang/adbrv

Tags

v1.5.0

Toggle v1.5.0's commit message
Release v1.5.0: APK Analysis Tools & Modular Architecture

Major Features:
- APK .so file finder (--findso)
- Library security analyzer (--libsec) with MASTG compliance
- Modular code architecture for better maintainability
- Enhanced documentation and user experience

Security Analysis:
- MASTG-TEST-0222: PIE/PIC verification
- MASTG-TEST-0223: Stack Canary detection
- MASTG-TEST-0288: Debug symbols check

New Modules:
- fridaTools.py, checkSymbols.py, resignAPK.py
- findSOfile.py, libSecurity.py, utils.py

Breaking Changes: None
Backward Compatibility: Fully maintained

v1.4.1

Toggle v1.4.1's commit message
chore: bump version to 1.4.1 (edit --checksym output)

v1.4.0

Toggle v1.4.0's commit message
Release v1.4.0: add --checksym for native library symbol scan, update…

… docs, version bump

v1.3.1

Toggle v1.3.1's commit message
Release v1.3.1: improve frida-server selection, bugfixes, version bump

v1.3.0

Toggle v1.3.0's commit message
Release v1.3.0: integrate APK resign (uber-apk-signer), update docs, …

…bump version

v1.2.0

Toggle v1.2.0's commit message
feat: add --frida on command and enhance status display with user info

- Add start_frida_server() function with automatic frida-server startup
- Add --frida on command to start frida-server with root privileges
- Enhance status display to show user (root/shell) and PID
- Update documentation with new features and examples
- Fix timeout handling for background process startup

v1.1.0

Toggle v1.1.0's commit message
feat: bump version to 1.1.0

v1.0.0

Toggle v1.0.0's commit message
Public release: add authenticity instructions, prep for v1.0.0