Binary parsing

Hi all,
is there a library to do binary (ELF, PE, TE formats) parsing like pyelftools (GitHub - eliben/pyelftools: Parsing ELF and DWARF in Python) or pefile (GitHub - erocarrera/pefile: pefile is a Python module to read and work with PE (Portable Executable) files)?

Not that I’m aware of.

The standard-library has non-public and incomplete bindings for debugging purposes.

Maybe they could be useful as a starting point for a dedicated shard.