mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-23 07:14:49 +00:00
EVORE should not be public
This commit is contained in:
@@ -24,15 +24,15 @@ using System.Threading;
|
||||
|
||||
namespace BurnOutSharp
|
||||
{
|
||||
struct Section
|
||||
internal static class EVORE
|
||||
{
|
||||
public uint iVirtualSize;
|
||||
public uint iVirtualOffset;
|
||||
public uint iRawOffset;
|
||||
}
|
||||
private struct Section
|
||||
{
|
||||
public uint iVirtualSize;
|
||||
public uint iVirtualOffset;
|
||||
public uint iRawOffset;
|
||||
}
|
||||
|
||||
public static class EVORE
|
||||
{
|
||||
private const int WaitSeconds = 20;
|
||||
|
||||
private static Process StartSafe(string file)
|
||||
|
||||
Reference in New Issue
Block a user