exe

Crates.ioexe
lib.rsexe
version0.5.6
sourcesrc
created_at2021-07-13 21:52:51.078365
updated_at2023-01-10 22:21:54.485046
descriptionA PE (Portable Executable) library!
homepage
repositoryhttps://github.com/frank2/exe-rs
max_upload_size
id422473
size349,281
frank2 (frank2)

documentation

https://docs.rs/exe

README

exe-rs

exe-rs is a Portable Executable (PE) parsing library tested on multiple kinds of malformed PE executables, including the Corkami corpus and various forms of malware! It's a library built with creation in mind as well as parsing, attempting to make tasks related to PE files as smooth and flawless as possible.

You can read the documentation here, and see various use examples in the test file. The changelog between various versions is available here.

Windows-specific features (such as loading a given PE file for execution) can be configured by enabling the win32 feature of the crate.

Commit count: 248

cargo fmt