如何使正在运行的可执行文件删除自己的文件

发布于 2024-10-22 01:57:32 字数 121 浏览 3 评论 0原文

例如,

我正在运行一个可执行的 TrashClean.exe。我希望它删除所有我不想要的文件,并在最后一步删除自身(硬盘驱动器上的 TrashClean.exe)。

我想知道在 C# 中是否可以?

For example,

I have an excutable TrashClean.exe running. I want it to delete all files I don't want and also delete itself (TrashClean.exe on hard drive) at last step.

I am wondering if it's possible in C#?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北陌 2024-10-29 01:57:32

请参阅如何让您的应用程序立即自行删除

我相信你们都对自己说过
或办公室里的某个人
或者另一个,“你这个白痴。别这样
你知道 Windows 应用程序不能
删除自己?我打赌你甚至不知道
知道如何输入高位 ASCII 字符
使用 ALT 键和数字键盘,
嘎嘎嘎……”

当然,有很多方法可以拥有文件
下次重新启动时删除自身...
您甚至可以求助于外部
程序或批处理文件来完成这项工作。
但我刚刚想出了一个巧妙的方法
不留下可见的痕迹
追踪该应用程序曾经
存在!

Please see How To Make Your Application Delete Itself Immediately:

I'm sure you've all said to yourself
or someone at the office at one point
or another, "<snort> You idiot. Don't
you know a Windows application can't
delete itself? I bet you don't even
know how to type high ASCII characters
using the ALT key and the number pad,
gahhhh.."

Sure, there are ways to have a file
delete itself on the next reboot...
And you can even resort to an external
program or batch file to do the work.
But I just came up with a nifty way of
doing it without leaving a visible
trace that the application ever
existed!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文