Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用 C++ 制作了一个应用程序,现在制作一个函数对我来说非常重要,当我调用它时,应用程序关闭并删除它的可执行文件(出于安全原因)
这样的事情怎么能做到,用CreateRemoteThread还是别的什么?任何想法 ?
CreateRemoteThread
谢谢
只要可执行文件正在运行,就不能删除它。
您可以创建一个包装可执行文件(或例如批处理文件)来启动另一个可执行文件,并在完成后删除该可执行文件。