mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-08 18:06:34 +00:00
Add note for MS-CAB
This commit is contained in:
@@ -30,6 +30,7 @@ namespace BinaryObjectScanner.FileType
|
||||
public bool Extract(Stream? stream, string file, string outDir, bool includeDebug)
|
||||
{
|
||||
#if NET20 || NET35 || !WINX86
|
||||
// TODO: Use MicrosoftCabinet.OpenSet when Serialization is updated
|
||||
try
|
||||
{
|
||||
// Create the wrapper
|
||||
|
||||
Reference in New Issue
Block a user