Skip to content

0.2.0

Compare
Choose a tag to compare
@IsaacMarovitz IsaacMarovitz released this 19 Apr 16:01
· 70 commits to master since this release
483e8f4
  • Created a new PortableExecutable struct to handle parsing of the whole binary and implement pretty printing
  • Fixed some issues with visibility and introduced lib.rs to allow pe-parser to be used as a library
  • Moved secondary parsing actions e.g. u16 -> MachineTypes to traits implemented on each struct for ease of use as a library