MobSF / Mobile-Security-Framework-MobSF

Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.
https://opensecurity.in
GNU General Public License v3.0
17.18k stars 3.22k forks source link

Update frida to 16.1.4 to resolve segmentation faults on Docker arm image #2257

Closed marksowell closed 1 year ago

marksowell commented 1 year ago

Describe the Pull Request

Update frida to 16.1.4 to resolve segmentation faults on Docker arm image

Checklist for PR

Additional Comments (if any)

The current frida version (15.2.2) in the repo's pyproject.toml and in the latest Docker arm image causes segmentation faults when building the Docker image locally on arm or downloading the latest Docker arm image from Docker Hub, preventing MobSF from running.

Note: Only the pyproject.toml has been updated in this PR.
ajinabraham commented 1 year ago

Moved this commit to a different PR. Closing this in favour of https://github.com/MobSF/Mobile-Security-Framework-MobSF/pull/2258