PE (Portable Executable) binary format parser.
Medium-agnostic: accepts raw &[u8] bytes from any source — disk file,
memory dump page, AFF4 stream, network capture, or carved fragment.
Quick start
use ;
let bytes = read.unwrap;
let pe = parse_pe.expect;
println!;
println!;