Harvest PE provides a datatype for the PE format1 that leverages Data.Binary2 to provide a fast, accurate typed representation of PE with the goal to be resilient against maliciously crafted PE files.
- Add features as needed once disassembly work has started.
- Emotet (Trojan)3
- Ero Carrera Picture4
- Microsoft Documentation5
- Lost in the Loader: The Many Faces of the Windows PE File Format6
Footnotes
-
https://docs.microsoft.com/en-us/windows/win32/debug/pe-format ↩
-
https://hackage.haskell.org/package/binary-0.10.0.0/docs/Data-Binary.html ↩
-
https://www.virustotal.com/gui/file/15abd370b867de0223943f0ea149cddf2992b0341cf9420ed9bee3063727998e ↩
-
https://drive.google.com/file/d/0B3_wGJkuWLytbnIxY1J5WUs4MEk/view?resourcekey=0-n5zZ2UW39xVTH8ZSu6C2aQ ↩
-
https://docs.microsoft.com/en-us/windows/win32/debug/pe-format#optional-header-data-directories-image-only ↩