mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-22 06:45:03 +00:00
Create placeholder for IS-CAB info printing
This commit is contained in:
@@ -354,6 +354,25 @@ namespace Test
|
||||
gcf.Print();
|
||||
}
|
||||
|
||||
// // IS-CAB archive
|
||||
// else if (ft == SupportedFileType.InstallShieldCAB)
|
||||
// {
|
||||
// // Build the cabinet information
|
||||
// Console.WriteLine("Creating IS-CAB deserializer");
|
||||
// Console.WriteLine();
|
||||
|
||||
// var cabinet = BurnOutSharp.Builders.InstallShieldCabinet.ParseCabinet(stream);
|
||||
// if (cabinet == null)
|
||||
// {
|
||||
// Console.WriteLine("Something went wrong parsing IS-CAB archive");
|
||||
// Console.WriteLine();
|
||||
// return;
|
||||
// }
|
||||
|
||||
// // Print the cabinet info to screen
|
||||
// cabinet.Print();
|
||||
// }
|
||||
|
||||
// MoPaQ (MPQ) archive
|
||||
else if (ft == SupportedFileType.MPQ)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user