Add COFF archive note

This commit is contained in:
Matt Nadareski
2022-11-05 22:46:50 -07:00
parent 94ce87d953
commit 427dec56e4

View File

@@ -82,5 +82,9 @@ namespace BurnOutSharp.Models.PortableExecutable
// - The .pdata Section [Multiple formats per entry]
// - TLS Callback Functions
// - The .rsrc Section
// - The .cormeta Section (Object Only)
// - The .sxdata Section
// TODO: Determine if "Archive (Library) File Format" is worth modelling
}
}