pe-parse icon indicating copy to clipboard operation
pe-parse copied to clipboard

Add Rich header/entry support to pepy

Open woodruffw opened this issue 5 years ago • 1 comments

pe-parse has had Rich header support for a while now, but that hasn't been ported into pepy.

An interface like this would be good (and consistent with the others):

pe.get_rich_header()
pe.get_rich_entries()

woodruffw avatar Mar 27 '20 22:03 woodruffw

Filling in some more concrete implementation requirements for this:

  • pepy will need at least two new type objects: rich_header and rich_entry
  • get_rich_header and get_rich_entries will need to be added to pepy_parsed_methods

woodruffw avatar Sep 28 '20 17:09 woodruffw