Inside the Windows Loader: Replicating Portable Executable Mapping with IronPE in Rust

IronPE is a minimal Windows PE manual loader written in Rust for both x86 and x64 PE files. The goal of IronPE is to explore how Windows loads Portable Executables internally and to demonstrate...