4
0
mirror of https://github.com/QuasarApp/pe-parse.git synced 2025-05-02 07:09:34 +00:00
Alessandro Gario 9545944ea5 Fix symbol table parsing ()
The following issues were found and corrected:

1. Auxiliary symbols were not being counted; this caused
   the parser to loop above the actual number of symbols
2. When parsing auxiliary symbols, it is best to position
   the offset manually at the start of the next data
   structure (everything is padded to 18 bytes)
3. Some auxiliary symbol handlers were not correctly
   updating the file offset
4. Print a warning when skipping auxiliary symbols

This closes 
2018-04-16 10:26:55 +02:00
..
2018-04-16 10:26:55 +02:00