mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-21 22:34:58 +00:00
Add TODO in Executable
This commit is contained in:
@@ -13,6 +13,10 @@ namespace BurnOutSharp.FileType
|
||||
/// <summary>
|
||||
/// Executable or library
|
||||
/// </summary>
|
||||
/// TODO: We need to figure out a way to avoid passing in the Scanner object to all IScannable implementations.
|
||||
/// In order to achiveve this, Executable specifically needs a way of supporting the Packer types (IExtractable) in such
|
||||
/// a way that we don't scan the files two times over. Somehow, we need to make Executable IExtractable as well and then
|
||||
/// take the outputs of `Scan` and figure out if we need to try extracting or not.
|
||||
public class Executable : IScannable
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
|
||||
@@ -5,7 +5,6 @@ using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using BurnOutSharp.FileType;
|
||||
using BinaryObjectScanner.Utilities;
|
||||
using static BinaryObjectScanner.Utilities.Dictionary;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user