mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-05-06 20:43:44 +00:00
Add missing commented out print
This commit is contained in:
@@ -2173,6 +2173,8 @@ namespace BurnOutSharp.Wrappers
|
||||
string padding = new string(' ', (level + 1) * 2);
|
||||
Console.WriteLine($"{padding}Application-defined resource found, not parsed yet");
|
||||
|
||||
//if (entry.Data != null)
|
||||
// Console.WriteLine($"{padding}Value (Byte Data): {BitConverter.ToString(entry.Data).Replace('-', ' ')}");
|
||||
//if (entry.Data != null)
|
||||
// Console.WriteLine($"{padding}Value (ASCII): {Encoding.ASCII.GetString(entry.Data)}");
|
||||
//if (entry.Data != null)
|
||||
|
||||
Reference in New Issue
Block a user