Crates.io | pe-parser |
lib.rs | pe-parser |
version | 0.6.0 |
source | src |
created_at | 2023-04-18 12:59:58.67569 |
updated_at | 2024-06-09 21:51:37.3838 |
description | A blazing fast PE Parser with pretty print |
homepage | |
repository | https://github.com/IsaacMarovitz/pe-parser |
max_upload_size | |
id | 842434 |
size | 102,496 |
A blazing fast 🔥 PE Parser written in Rust
The main goals of pe-parser
is to write something suitable for a PE Loader.
Currently no, but it wouldn't be too difficult to add from the current backbone.
As long as the PE conforms to the standard outlined in Microsoft's documentation, it should read fine. Malformed PEs would likely run into issues of either returning an error or misreading data.