Files
retrowin32/pe
Evan Martin 04e0dccbd3 exe unpacker
2025-04-26 19:50:07 -07:00
..
2025-04-26 19:50:07 -07:00
2025-02-19 12:22:39 -08:00

PE parser

This crate traverses Windows Portable Executable (PE) files, aka .exe and .dll.

It doesn't interact with any of the emulation machinery, it just accepts byte buffers and returns different views on to them.