How can I run an executable from RAM using C++?

前端 未结 5 1765
一整个雨季
一整个雨季 2021-02-09 06:42

How can I run an executable from RAM using C++?

The executable is in RAM, and I know the address, how do I call into the program from mine?

5条回答
  •  青春惊慌失措
    2021-02-09 07:11

    Mabye this could help you: http://www.codeproject.com/Articles/13897/Load-an-EXE-File-and-Run-It-from-Memory

    PS: Writing an malware is not illegal (im most countries ;) ) using is!

提交回复
热议问题