diff --git a/app/templates/project.html b/app/templates/project.html index 9b867cb..e4d57dd 100644 --- a/app/templates/project.html +++ b/app/templates/project.html @@ -93,10 +93,10 @@ {% endif %} / Dotnet: {{ is_dotnet}}
.text: {{ code_sect_size}}
- .rodata: {{ data_sect_size}} + .rdata: {{ data_sect_size}} (max: {{ data_sect_largest_gap_size}})
{% if not has_rodata_section %} - No .rodata section
+ No .rdata section
{% endif %} {% if unresolved_dlls|length > 0 %}