mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-21 13:43:26 +00:00
Little more reorganization
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// Converted from https://github.com/wine-mirror/wine/blob/master/include/winnt.h
|
||||
namespace BurnOutSharp.ExecutableType
|
||||
namespace BurnOutSharp.ExecutableType.Microsoft
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
internal struct IMAGE_DATA_DIRECTORY
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// Converted from https://github.com/wine-mirror/wine/blob/master/include/winnt.h
|
||||
namespace BurnOutSharp.ExecutableType
|
||||
namespace BurnOutSharp.ExecutableType.Microsoft
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
internal struct IMAGE_DOS_HEADER
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// Converted from https://github.com/wine-mirror/wine/blob/master/include/winnt.h
|
||||
namespace BurnOutSharp.ExecutableType
|
||||
namespace BurnOutSharp.ExecutableType.Microsoft
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
internal struct IMAGE_FILE_HEADER
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// Converted from https://github.com/wine-mirror/wine/blob/master/include/winnt.h
|
||||
namespace BurnOutSharp.ExecutableType
|
||||
namespace BurnOutSharp.ExecutableType.Microsoft
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
internal struct IMAGE_NT_HEADERS32
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// Converted from https://github.com/wine-mirror/wine/blob/master/include/winnt.h
|
||||
namespace BurnOutSharp.ExecutableType
|
||||
namespace BurnOutSharp.ExecutableType.Microsoft
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
internal struct IMAGE_NT_HEADERS64
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// Converted from https://github.com/wine-mirror/wine/blob/master/include/winnt.h
|
||||
namespace BurnOutSharp.ExecutableType
|
||||
namespace BurnOutSharp.ExecutableType.Microsoft
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
internal struct IMAGE_OPTIONAL_HEADER32
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// Converted from https://github.com/wine-mirror/wine/blob/master/include/winnt.h
|
||||
namespace BurnOutSharp.ExecutableType
|
||||
namespace BurnOutSharp.ExecutableType.Microsoft
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
internal struct IMAGE_OPTIONAL_HEADER64
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// Converted from https://github.com/wine-mirror/wine/blob/master/include/winnt.h
|
||||
namespace BurnOutSharp.ExecutableType
|
||||
namespace BurnOutSharp.ExecutableType.Microsoft
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
internal struct IMAGE_OS2_HEADER
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// Converted from https://github.com/wine-mirror/wine/blob/master/include/winnt.h
|
||||
namespace BurnOutSharp.ExecutableType
|
||||
namespace BurnOutSharp.ExecutableType.Microsoft
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
internal struct IMAGE_SECTION_HEADER
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// Converted from https://github.com/wine-mirror/wine/blob/master/include/winnt.h
|
||||
namespace BurnOutSharp.ExecutableType
|
||||
namespace BurnOutSharp.ExecutableType.Microsoft
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
internal struct IMAGE_VXD_HEADER
|
||||
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
|
||||
// Converted from https://github.com/wine-mirror/wine/blob/master/include/winnt.h
|
||||
namespace BurnOutSharp.ExecutableType
|
||||
namespace BurnOutSharp.ExecutableType.Microsoft
|
||||
{
|
||||
internal enum DirectoryEntries
|
||||
{
|
||||
Reference in New Issue
Block a user