Remove more explicit content array usages

This commit is contained in:
Matt Nadareski
2022-03-14 23:17:45 -07:00
parent 65eea4301d
commit 368cec4fc6
6 changed files with 82 additions and 75 deletions

View File

@@ -21,6 +21,7 @@ namespace BurnOutSharp.ExecutableType.Microsoft.PE.Headers
/// Executable images do not use a string table and do not support section names longer than 8 characters.
/// Long names in object files are truncated if they are emitted to an executable file.
/// </summary>
/// <remarks>TODO: Add AsString method for this</remarks>
public byte[] Name;
/// <summary>

View File

@@ -24,6 +24,7 @@ namespace BurnOutSharp.ExecutableType.Microsoft.PE
/// <summary>
/// Source array that the executable was parsed from
/// </summary>
/// <remarks>TODO: Find every place this is used and try to remove usage</remarks>
public byte[] SourceArray { get; } = null;
/// <summary>