| Crates.io | parsey_rs |
| lib.rs | parsey_rs |
| version | 0.1.1 |
| created_at | 2025-05-21 20:49:19.113316+00 |
| updated_at | 2025-05-21 20:49:19.113316+00 |
| description | A Rust library to analyze PE (Portable Executable) files. |
| homepage | |
| repository | https://github.com/ravx81/parsey_rs |
| max_upload_size | |
| id | 1684168 |
| size | 118,535 |
Parsey is a lightweight Rust library for reading and analyzing Portable Executable (PE) files — like .exe, .dll, .sys, and more.
Parsed)Add to your project:
[dependencies]
parsey = { git = "https://github.com/ravx81/Parsey" }