mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
ui: rename .rodata .rdata
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user