merces / libpe

The PE library used by @merces/pev
http://pev.sf.net
GNU Lesser General Public License v3.0
115 stars 40 forks source link

Extend libpe's API to support all the properties of PEV #13

Closed boddumanohar closed 7 years ago

boddumanohar commented 7 years ago

Currently libpe API supports "sections", "headers", "Directories". We need to add support for other properties of the PEV like "hashes", "Imports", "exports", "resources", "relocations", "entrophy".

jweyrich commented 7 years ago

Merged in fd4cc8178479eeb89634979054519f1305da657f. Thank you!

jweyrich commented 7 years ago

@boddumanohar we still need to find what's causing those memory warnings/errors detected by valgrind. I suspect it's caused by a memory corruption somewhere (possibly an overflow) - but haven't had the time to investigate yet.