HackerTrans
TopNewTrendsCommentsPastAskShowJobs

throwaway8356

no profile record

comments

throwaway8356
·il y a 3 ans·discuss
Portable is a generic term. The PE format is the same for x86 and ARM64 and other architectures.

https://learn.microsoft.com/en-us/windows/win32/debug/pe-for...

> The name "Portable Executable" refers to the fact that the format is not architecture specific

https://en.m.wikipedia.org/wiki/Portable_Executable

> On Windows NT operating systems, PE currently supports the x86-32, x86-64 (AMD64/Intel 64), IA-64, ARM and ARM64 instruction set architectures (ISAs). Prior to Windows 2000, Windows NT (and thus PE) supported the MIPS, Alpha, and PowerPC ISAs. Because PE is used on Windows CE, it continues to support several variants of the MIPS, ARM (including Thumb), and SuperH ISAs.

In my opinion it qualifies as portable