Skip to content

Commit 7a72961

Browse files
committed
Add removal notes for CFB helpers
1 parent b745038 commit 7a72961

File tree

1 file changed

+2
-0
lines changed
  • BinaryObjectScanner/FileType

1 file changed

+2
-0
lines changed

BinaryObjectScanner/FileType/CFB.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ public bool Extract(Stream? stream, string file, string outDir, bool includeDebu
9999
}
100100

101101
/// <remarks>Adapted from LibMSI</remarks>
102+
/// TODO: Remove when serialization updated
102103
private static string? DecodeStreamName(string input)
103104
{
104105
if (input == null)
@@ -148,6 +149,7 @@ public bool Extract(Stream? stream, string file, string outDir, bool includeDebu
148149
}
149150

150151
/// <remarks>Adapted from LibMSI</remarks>
152+
/// TODO: Remove when serialization updated
151153
private static int Mime2Utf(int x)
152154
{
153155
if (x < 10)

0 commit comments

Comments
 (0)