MENU

Fun & Interesting

What's inside a .EXE File?

Inkbox 452,945 lượt xem 2 years ago
Video Not Working? Fix It Now

What is inside the Windows Executable or the executables for other operating systems? I take a look at the past from the days of DOS until the present and crack open a few EXE files to get a look inside. Explored also is programming without a compiler, linker, or any kind of processing code before execution. Is programming in raw machine code possible?


Altair 8800 Demonstration:
https://www.youtube.com/watch?v=EV1ki6LiEmg

Learning x64 Assembly:
https://www.youtube.com/watch?v=rxsBghsrvpI&list=PLKK11Ligqitg9MOX3-0tFT1Rmh3uJp7kA
https://stackoverflow.com/questions/64413414/unresolved-external-symbol-printf-in-windows-x64-assembly-programming-with-nasm

kernel32 lib:
https://github.com/repnz/snax86/blob/master/lib/Kernel32.Lib
kernel32 and kernel64 are the same thing.

Windows 1.0 online:
https://www.pcjs.org/software/pcx86/sys/windows/1.01/ega/

Comment