Tags: dthkhang/adbrv
Tags
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
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