How can I create an executable .exe PE file manually?

后端 未结 7 1425
谎友^
谎友^ 2021-01-30 22:48

All texts on how to create a compiler stop after explaining lexers and parsers. They don\'t explain how to create the machine code. I want to understand the end-to-end process.<

7条回答
  •  梦谈多话
    2021-01-30 23:26

    Not surprisingly the best sites for information about writing PE format files are all about creating viruses.

    A search of VX Heavens for "PE" gives a whole bunch of tutorials for modifying PE files

提交回复
热议问题