{% extends "analysis_plugins/general_information.html" %} {% block analysis_result_details %} {% for key in firmware.processed_analysis[selected_analysis] %} {% if key | is_not_mandatory_analysis_entry %} {% endif %} {% endfor %} {% endblock %}
{{ loop.index - 1 }} Matched Rule {{ firmware.processed_analysis[selected_analysis][key]['rule'] }}
Description {{ firmware.processed_analysis[selected_analysis][key]['meta']['description'] }}
Rule Version {{ firmware.processed_analysis[selected_analysis][key]['meta']['date'] }}
Rule Author {{ firmware.processed_analysis[selected_analysis][key]['meta']['author'] }}
Matches {% for offset, _, hex_value in firmware.processed_analysis[selected_analysis][key]['strings'] %} {% endfor %}
offset value in hex
0x{{ '0%x' % offset }} {{ hex_value | bytes_to_str }}