Back to Mobile Security Framework Mobsf

Windows Binary Analysis

mobsf/templates/static_analysis/windows_binary_analysis.html

4.4.6905 B
Original Source

APP INFORMATION

App Name {{ app_name }}
Publisher {{ publisher_name }}
Version {{ app_version }}
Arch {{ architecture }} {% if virus_total and virus_total.items|length > 9 %} {% if virus_total.positives > 0 %} VirusTotal Detection {{ virus_total.positives }}/{{ virus_total.total }}
{% else %} VirusTotal Detection {{ virus_total.positives }}/{{ virus_total.total }}
{% endif %} {% endif %}

FILE INFORMATION

File Name {{ file_name }}
Size {{ size }}
MD5 {{ md5 }}
SHA1 {{ sha1 }}
SHA256 {{ sha256 }}

XML INFORMATION

Compiler Version {{ compiler_version }} Visual Studio Version {{ visual_studio_version }}
Visual Studio Edition {{ visual_studio_edition }}
Target OS {{ target_os }}
APPX DLL Version {{ appx_dll_version }}
Proj GUID {{ proj_guid }}
Opti Tool {{ opti_tool }}
Target Run {{ target_run }}