mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-21 22:34:58 +00:00
Add note about upcoming changes
This commit is contained in:
@@ -88,6 +88,8 @@ namespace ExtractionTool
|
||||
return;
|
||||
}
|
||||
|
||||
// TODO: When extractable wrapper types are exposed to this, use them instead of guessing
|
||||
|
||||
// Get the file type
|
||||
WrapperType ft = WrapperFactory.GetFileType(magic, extension);
|
||||
var wrapper = WrapperFactory.CreateWrapper(ft, stream);
|
||||
|
||||
Reference in New Issue
Block a user