Windows中文件执行的逐步说明

发布于 2024-11-17 04:06:17 字数 87 浏览 4 评论 0原文

当程序在 Windows 中执行时,在低级别(逐步)会发生什么。换句话说,从单击文件到实际执行的过程。

您是否知道任何可能深入涵盖该主题的资源?

What happens, at low-level (stepwise) when a program is executed in windows. In other words the processes that take place from clicking a file to actually reaching execution.

Are you aware of any resources that might cover this topic in-depth?

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

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

发布评论

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

评论(1

魔法少女 2024-11-24 04:06:17

我建议阅读这篇关于 Win32 可移植可执行文件的两部分 MSDN 文章文件格式。它描述了文件的所有不同部分,为您提供了有关加载和运行可执行文件所需执行的操作的大量信息。

关于 PE 格式的维基百科页面也包含有用的信息。

I'd suggest reading this two part MSDN article on the Win32 Portable Executable file format. It describes all the different parts of the file which gives you a lot of information about what has to happen in order to load and run the executable file.

The Wikipedia page on the PE format also contains useful info.

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