Hey guys, I'm new to programming. Very new.
I've only written 4 BMPs manually using Notepad++ with the Hex Editor plugin.
I understand that I need a tool such as C to help with this process as files get bigger and bigger.
Currently I'm learning about the PE File Format used in Windows NT systems. I hope to be able to make my own PEs any time soon.
I will attempt to make 1 or a couple of PEs with a Hex Editor and then transition into C programming just to make my life easier.
I am learning about PEs just to get an overall understanding of computers, CPUs, Memory, registers and so on in order to make my own PEs someday.
Thanks guys.