mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-01 03:40:02 +00:00
10 lines
283 B
C
10 lines
283 B
C
// Copyright (c) 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;
|
|
}
|