4
0
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:
wisk 2019-07-15 14:59:43 -07:00 committed by Romain Thomas
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},