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
16.68k stars 3.16k forks source link

Too much data is loaded at one time, causing the browser to stall #2305

Closed xiaoliusec closed 6 months ago

xiaoliusec commented 6 months ago

When the analyzed file is relatively large, a lot of data is generated. When the browser is used to access and view, the one-time loading of data is too much, which often leads to the browser not responding. Can this problem be optimized?

github-actions[bot] commented 6 months ago

👋 @xiaoliusec Issues is only for reporting a bug/feature request. For limited support, questions, and discussions, please join MobSF Slack channel Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.

ohyeah521 commented 6 months ago

This is because a large amount of data is loaded at one time, especially when some APKs have a lot of strings. Some large applications will have more than 6M of string information, which will cause the browser to load too much data at once and freeze. , I have also discovered this problem before, and it seems that it will not be improved in the short term.

ajinabraham commented 6 months ago

At some point we want to move out from the current way of rendering the whole data to HTML to use something like ReactJS and the MobSF REST APIs. But that would take time. I will track this separately.

ajinabraham commented 1 month ago

We did some QA to improve data load times for report pages. Have a look.

ajinabraham commented 1 month ago

Addressed in https://github.com/MobSF/Mobile-Security-Framework-MobSF/pull/2351