Move these

This commit is contained in:
Matt Nadareski
2025-09-08 21:09:54 -04:00
parent 84d3740e73
commit f5859638c2
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace SabreTools.Models.PortableExecutable
namespace SabreTools.Models.SecuROM
{
/// <summary>
/// Overlay data associated with SecuROM executables
@@ -10,7 +10,7 @@ namespace SabreTools.Models.PortableExecutable
/// environment by using sample from legally obtained software that
/// is protected by SecuROM.
/// </remarks>
public sealed class SecuROMAddD
public sealed class AddD
{
/// <summary>
/// "AddD", Identifier?
@@ -56,6 +56,6 @@ namespace SabreTools.Models.PortableExecutable
/// <summary>
/// Entry table
/// </summary>
public SecuROMAddDEntry[]? Entries { get; set; }
public AddDEntry[]? Entries { get; set; }
}
}

View File

@@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace SabreTools.Models.PortableExecutable
namespace SabreTools.Models.SecuROM
{
/// <summary>
/// Overlay data associated with SecuROM executables
@@ -11,7 +11,7 @@ namespace SabreTools.Models.PortableExecutable
/// is protected by SecuROM.
/// </remarks>
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public sealed class SecuROMAddDEntry
public sealed class AddDEntry
{
/// <summary>
/// Physical offset of the embedded file