{% extends "base.html" %} {% block content %}

{{ title }}

{% if request.args.get('level') %} {% endif %} {% if q %} Clear {% endif %}
{% if show_diff_columns or show_signature_only %} {% if show_diff_columns %} {% endif %} {% endif %} {% if show_score %} {% endif %} {% if show_version %} {% endif %} {% if show_diff_columns or show_signature_only %} {% endif %} {% for it in items %} {% if show_diff_columns or show_signature_only %} {% if show_diff_columns %} {% endif %} {% endif %} {% if show_score %} {% endif %} {% if show_version %} {% endif %} {% if show_diff_columns or show_signature_only %} {% endif %} {% endfor %} {% if not items %} {% endif %}
Function ⬍Address (Old) Address (New)Blocks (Old) Blocks (New) Ratio S. Ratio VersionSignature
{% if open_raw %} {% if it.id is defined and it.id %} {{ it.name }} {% elif it.func_id is defined and it.func_id %} {{ it.name }} {% else %} {{ it.name }} {% endif %} {% else %} {% if it.id is defined and it.id %} {{ it.name }} {% else %} {{ it.name }} {% endif %} {% endif %} {{ it.old_addr and ('0x%X' % it.old_addr) or '-' }} {{ it.new_addr and ('0x%X' % it.new_addr) or '-' }}{{ it.old_blocks is not none and it.old_blocks or '-' }} {{ it.new_blocks is not none and it.new_blocks or '-' }}{{ '%.3f'|format(it.score) }} {{ '%.3f'|format(it.smart_ratio) }}{{ it.version }} {% if it.signature %} View
{{ it.signature }}
{% else %}-{% endif %}
No items.
{% set total_pages = ((total_items or 0) + (per_page or 1) - 1) // (per_page or 1) %} {% if (total_pages or 0) > 1 %} {% endif %} {% endblock %}