various decomp cleanups (#4247)

Removed a bunch of stuff, old scripts, cleaned up some decompiler
errors, added a new tool that should help with a future PR
This commit is contained in:
Tyler Wilding
2026-04-25 23:35:19 -04:00
committed by GitHub
parent 67cd649cb9
commit 6238f7f567
1172 changed files with 27995 additions and 36769 deletions
+2 -1
View File
@@ -196,7 +196,8 @@ class ObjectFileDB {
void write_disassembly(const fs::path& output_dir,
bool disassemble_data,
bool disassemble_code,
bool print_hex);
bool print_hex,
bool dump_function_metadata);
void process_object_file_data(
ObjectFileData& data,