mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-18 06:45:10 +00:00
Seal as many of the models as possible
This commit is contained in:
@@ -12,7 +12,7 @@ namespace BurnOutSharp.Models.PortableExecutable
|
||||
/// </summary>
|
||||
/// <see href="https://learn.microsoft.com/en-us/windows/win32/debug/pe-format"/>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public class DataDirectory
|
||||
public sealed class DataDirectory
|
||||
{
|
||||
/// <summary>
|
||||
/// The first field, VirtualAddress, is actually the RVA of the table. The RVA
|
||||
|
||||
Reference in New Issue
Block a user