mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-07-01 20:40:27 +03:00
refactorings
This commit is contained in:
14
X86Disassembler/ProjectSystem/ProjectPeFileSection.cs
Normal file
14
X86Disassembler/ProjectSystem/ProjectPeFileSection.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using X86Disassembler.Analysers;
|
||||
|
||||
namespace X86Disassembler.ProjectSystem;
|
||||
|
||||
public class ProjectPeFileSection
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
||||
public Address VirtualAddress { get; set; }
|
||||
|
||||
public ulong Size { get; set; }
|
||||
|
||||
public SectionFlags Flags { get; set; }
|
||||
}
|
Reference in New Issue
Block a user