Pe32 Executable -console- X86-64 For Ms Windows //free\\ Instant
dumpbin /imports myapp.exe
At the core of the description lies the term . PE stands for Portable Executable . It is the standard file format for executables, object code, and DLLs (Dynamic Link Libraries) used in 32-bit and 64-bit versions of the Windows operating system. pe32 executable -console- x86-64 for ms windows
| Component | Meaning | |-----------|---------| | | 64-bit Portable Executable format (extension of original PE32). Uses 64-bit fields for image base, virtual addresses, and sizes. | | console | Subsystem = Console. App runs in a terminal window (cmd/powershell). Not GUI ( /SUBSYSTEM:WINDOWS ). | | x86-64 | Target machine architecture = AMD64 (also called x64, Intel 64). Not ARM, not IA64 (Itanium). | | MS Windows | Target OS: Windows (NT family: 2000, XP, Vista, 7, 10, 11, Server). | dumpbin /imports myapp