mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-04 05:35:49 +00:00
Add removal notes for CFB helpers
This commit is contained in:
@@ -99,6 +99,7 @@ namespace BinaryObjectScanner.FileType
|
||||
}
|
||||
|
||||
/// <remarks>Adapted from LibMSI</remarks>
|
||||
/// TODO: Remove when serialization updated
|
||||
private static string? DecodeStreamName(string input)
|
||||
{
|
||||
if (input == null)
|
||||
@@ -148,6 +149,7 @@ namespace BinaryObjectScanner.FileType
|
||||
}
|
||||
|
||||
/// <remarks>Adapted from LibMSI</remarks>
|
||||
/// TODO: Remove when serialization updated
|
||||
private static int Mime2Utf(int x)
|
||||
{
|
||||
if (x < 10)
|
||||
|
||||
Reference in New Issue
Block a user