mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-01 11:48:10 +00:00
move obj writer for PE debug directory to stand-alone file
This commit is contained in:
committed by
Ryan Fleury
parent
7f6d8004a9
commit
e911bf5368
@@ -0,0 +1,11 @@
|
||||
// Copyright (c) 2025 Epic Games Tools
|
||||
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
||||
|
||||
#ifndef PE_MAKE_DEBUG_DIR_H
|
||||
#define PE_MAKE_DEBUG_DIR_H
|
||||
|
||||
internal String8 pe_make_debug_directory_pdb_obj(Arena *arena, COFF_MachineType machine, Guid guid, U32 age, COFF_TimeStamp time_stamp, String8 path);
|
||||
internal String8 pe_make_debug_directory_rdi_obj(Arena *arena, COFF_MachineType machine, Guid guid, U32 age, COFF_TimeStamp time_stamp, String8 path);
|
||||
|
||||
#endif // PE_MAKE_DEBUG_DIR_H
|
||||
|
||||
Reference in New Issue
Block a user