mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-27 09:50:10 +00:00
WIP RAD debug info converter
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
// Copyright (c) 2024 Epic Games Tools
|
||||
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
||||
|
||||
internal RDIM_BinarySectionList
|
||||
e2r_rdi_binary_sections_from_elf_section_table(Arena *arena, ELF_Shdr64Array shdrs)
|
||||
{
|
||||
RDIM_BinarySectionList result = {0};
|
||||
return result;
|
||||
}
|
||||
|
||||
internal RDIM_TopLevelInfo
|
||||
e2r_make_rdim_top_level_info(String8 image_name, RDI_Arch arch, ELF_Shdr64Array shdrs)
|
||||
{
|
||||
RDIM_TopLevelInfo top_level_info = {0};
|
||||
return top_level_info;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user