ui: rename .rodata .rdata

This commit is contained in:
Dobin
2024-06-02 14:04:02 +01:00
parent 7dc585136b
commit ad6938db1f
+2 -2
View File
@@ -93,10 +93,10 @@
{% endif %} {% endif %}
/ Dotnet: {{ is_dotnet}} <br> / Dotnet: {{ is_dotnet}} <br>
.text: {{ code_sect_size}} <br> .text: {{ code_sect_size}} <br>
.rodata: {{ data_sect_size}} .rdata: {{ data_sect_size}}
(max: {{ data_sect_largest_gap_size}}) <br> (max: {{ data_sect_largest_gap_size}}) <br>
{% if not has_rodata_section %} {% if not has_rodata_section %}
<span class="text-danger">No .rodata section</span> <br> <span class="text-danger">No .rdata section</span> <br>
{% endif %} {% endif %}
{% if unresolved_dlls|length > 0 %} {% if unresolved_dlls|length > 0 %}