From ad6938db1fd3ef10dc340a97476c60d58101aa8c Mon Sep 17 00:00:00 2001 From: Dobin Date: Sun, 2 Jun 2024 14:04:02 +0100 Subject: [PATCH] ui: rename .rodata .rdata --- app/templates/project.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}