Make it easier to support new file types

This commit is contained in:
Matt Nadareski
2022-12-08 21:32:52 -08:00
parent 3b4929a368
commit 39f2dd88aa
22 changed files with 718 additions and 49 deletions

View File

@@ -9,6 +9,9 @@ using BurnOutSharp.Wrappers;
namespace BurnOutSharp.FileType
{
/// <summary>
/// Executable or library
/// </summary>
public class Executable : IScannable
{
/// <inheritdoc/>