PE import start (fixed header size -> sections work)

This commit is contained in:
2026-06-08 17:31:01 -04:00
parent c9add923be
commit c17122679e
9 changed files with 264 additions and 139 deletions
-2
View File
@@ -18,7 +18,6 @@ pub struct PeHeader {
}
#[repr(C)]
#[derive(Default)]
pub struct OptHeader64 {
pub magic: u16,
pub major_linker_ver: u8,
@@ -52,7 +51,6 @@ pub struct OptHeader64 {
}
#[repr(C)]
#[derive(Default)]
pub struct Section {
pub name: [u8; 8],
pub virtual_size: u32,