API Changes: - lief.parse() can takes a list of integer as entry - LIEF::MachO::parse can take a std::vector<uint8_t> as entry Related to #49
For PE binary it's now possible get the *imphash* value through the lief.PE.get_imphash function. It's also possible to resolve ordinals imports by using the lief.PE.resolve_ordinals Resolve #54
ELF: - segment.data has been renamed to segment.content