eliminate standalone programs for pdb -> rdi; dwarf -> rdi; pdb -> breakpad; sketch out 'radbin', unified cli frontend for dumping/converting/etc., plug in pdb -> rdi, pdb -> breakpad, & stub out dumper/dwarf

This commit is contained in:
Ryan Fleury
2025-06-09 15:40:48 -07:00
parent 4926f6cfc8
commit 79bf3d8639
32 changed files with 1241 additions and 2201 deletions
+17
View File
@@ -0,0 +1,17 @@
// Copyright (c) Epic Games Tools
// Licensed under the MIT license (https://opensource.org/license/mit/)
#ifndef RADBIN_H
#define RADBIN_H
////////////////////////////////
//~ rjf: Generated Code
#include "radbin/generated/radbin.meta.h"
////////////////////////////////
//~ rjf: Top-Level Entry Point
internal void rb_entry_point(CmdLine *cmdline);
#endif //RADBIN_H