Granularly separate out executable types

This commit is contained in:
Matt Nadareski
2022-03-14 10:40:44 -07:00
parent d1279a471c
commit ffb529edb3
94 changed files with 258 additions and 210 deletions

View File

@@ -1,4 +1,5 @@
using BurnOutSharp.ExecutableType.Microsoft;
using BurnOutSharp.ExecutableType.Microsoft.NE;
using BurnOutSharp.ExecutableType.Microsoft.PE;
using BurnOutSharp.Tools;
namespace BurnOutSharp.ProtectionType