TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Tiny PE (2008)

30 点作者 epsylon超过 10 年前

6 条评论

cremno超过 10 年前
I recommend checking out Corkami&#x27;s articles&#x2F;posters:<p><a href="https://code.google.com/p/corkami/wiki/PE" rel="nofollow">https:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;corkami&#x2F;wiki&#x2F;PE</a><p><a href="https://code.google.com/p/corkami/wiki/PE101" rel="nofollow">https:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;corkami&#x2F;wiki&#x2F;PE101</a><p><a href="https://code.google.com/p/corkami/wiki/PE102" rel="nofollow">https:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;corkami&#x2F;wiki&#x2F;PE102</a><p>It also has a section about the minimal size: <a href="https://code.google.com/p/corkami/wiki/PE#minimal_sizes" rel="nofollow">https:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;corkami&#x2F;wiki&#x2F;PE#minimal_sizes</a><p>Modern Windows versions refuse to run the 97 b and 133 b files from the linked article.
评论 #9103503 未加载
arocks超过 10 年前
For those who don&#x27;t know, there are several executable formats where smaller programs can be written. For instance, a .COM executable (a legacy format now [2]) can be written in just 20 bytes [1].<p>In the case of the Portable Executable (PE) format, 97 bytes is certainly an impressive feat.<p>[1]: <a href="http://www.gnostice.com/nl_article.asp?id=225&amp;t=The_Smallest_Hello_World_Program_At_20_Bytes" rel="nofollow">http:&#x2F;&#x2F;www.gnostice.com&#x2F;nl_article.asp?id=225&amp;t=The_Smallest...</a><p>[2]: <a href="http://en.wikipedia.org/wiki/COM_file" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;COM_file</a>
评论 #9100263 未加载
smcl超过 10 年前
A quick google reveals the answer, but this article would benefit from &quot;A PE file is ...&quot; in its introduction. Maybe it&#x27;s expected that the target audience already knows this info however
评论 #9100237 未加载
breakingcups超过 10 年前
Importing a dll from a UNC path to load the file over WebDav is quite an amazing trick, many props to the author.
rjaco31超过 10 年前
Wow, what a great read. Nice work.
TazeTSchnitzel超过 10 年前
WebDAV for retrieval is just HTTP GET right?
评论 #9103217 未加载