diff --git a/BurnOutSharp/FileType/Executable.cs b/BurnOutSharp/FileType/Executable.cs
index 22f8df24..a6c4b51c 100644
--- a/BurnOutSharp/FileType/Executable.cs
+++ b/BurnOutSharp/FileType/Executable.cs
@@ -60,6 +60,14 @@ namespace BurnOutSharp.FileType
// - Everything else should be basically the same for other extractable types
// - Which extractions to run is directly influenced by the detected protections
// - Can this somehow delegate to the proper extractable type?
+ // - Can we have a check in Scanner that then runs all extractable implementations if the class is Executable?
+
+ // The following packers fully implement IExtractable (extract and doesn't return null)
+ // -
+ // -
+ // -
+ // -
+ // -
return null;
}