vtil-project / VTIL-Core

Virtual-machine Translation Intermediate Language
BSD 3-Clause "New" or "Revised" License
1.35k stars 163 forks source link

Fix pe_image::get_section preserving null padding #39

Closed AltairQ closed 4 years ago

AltairQ commented 4 years ago

Cases in the conditional were switched, now when there is null termination ( scn_header->name[ LEN_SECTION_NAME - 1 ] == false) strlen is used to trim the nulls, otherwise return all 8 characters (LEN_SECTION_NAME).