Files
Smukx ♠ 60ac4d0d40 PE Analyzer
A Rust-based PE (Portable Executable) file analyzer that provides detailed information about Windows executable files.
2025-04-04 12:13:09 +05:30

19 lines
323 B
TOML

[package]
name = "PE_Analyzer"
version = "0.1.0"
edition = "2021"
authors = ["@5mukx", "5mukx.site"]
[dependencies]
byteorder = "1.5.0"
winapi = { version = "0.3.9", features = [
"winnt",
"memoryapi",
"processthreadsapi",
"synchapi",
"fileapi",
"errhandlingapi",
"handleapi",
"heapapi"
] }