helper for extracting DWARF sections in COFF files

This commit is contained in:
Nikita Smith
2025-02-25 14:41:15 -08:00
parent 8d9f85bfcc
commit ea6a84ca57
4 changed files with 56 additions and 43 deletions
+7
View File
@@ -0,0 +1,7 @@
// Copyright (c) 2024 Epic Games Tools
// Licensed under the MIT license (https://opensource.org/license/mit/)
#pragma once
internal DW_SectionArray dw_sections_from_coff_section_table(Arena *arena, String8 raw_image, U64 string_table_off, U64 section_count, COFF_SectionHeader *sections);