Fortran

Fortran#

In this section, we will disassemble Fortran binaries generated for the i386, AMD64, ARM32 and ARM64 platforms. We will make side by side comparisons to learn to recognize how different programming structures convert into assembly language and machine code. Project code is available at the following Github: markkhusid/Disassembling-Binaries

ARM 64 - Bit

ARM 64 Bit

ARM 32 - Bit

ARM32

AMD 64 - Bit

AMD64

i386 32 - Bit

Intel 32 - Bit