1orenz0 fcc75dd879 Parse PE debug data directory as a list of debug entries
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()
2018-11-29 09:16:34 +01:00
..
2017-09-03 20:51:09 +02:00
2017-03-30 16:56:49 +02:00
2017-03-30 16:56:49 +02:00
2017-09-02 08:54:54 +02:00
2017-03-30 16:56:49 +02:00