mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
fcc75dd879
PE's DATA_DIRECTORY_DEBUG does not define a single debug entry, but a list of struct pe_debug entries (the number of entries is determined by the data directory's size). This commit reflect this layout by returning a vector<> when calling PE.debug()