mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-28 17:37:20 +00:00
Remove more explicit content array usages
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user