mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-05-06 08:49:33 +00:00
Fix PE available sections space
(cherry picked from commit fb311c28f2f6dd682d195a235ebddf549618b84b)
This commit is contained in:
parent
2b1214b770
commit
df2d56c532
@ -81,7 +81,7 @@ Binary::Binary(void) :
|
||||
rich_header_{},
|
||||
header_{},
|
||||
optional_header_{},
|
||||
available_sections_space_{0},
|
||||
available_sections_space_{0xc}, // (0x400 - 0x1f8) / sizeof(IMAGE_SECTION_HEADER)
|
||||
has_rich_header_{false},
|
||||
has_tls_{false},
|
||||
has_imports_{false},
|
||||
|
Loading…
x
Reference in New Issue
Block a user