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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Bootstrapping Understanding: An Introduction to Reverse Engineering

148 点作者 breadbox超过 5 年前

3 条评论

peteforde超过 5 年前
This one is going on my permanent list of links to recommend.<p>When it comes to learning these sorts processes, there is a hierarchy of related phenomena required to succeed:<p>motivation &gt; intuition (experience) &gt; patience&#x2F;persistence&#x2F;determination &gt; skill (aptitude) &gt; tools<p>When people are learning to program, I always tell them that regardless of their preference between books, videos, classes or peyote, the most important thing they need to persevere is a problem or project that they passionately want to see through to the end. This urgency translates directly to giving a shit, which is something I believe is critically missing when implementing a TODO clone in language framework X.<p>My hierarchy above can be viewed from another lens: in what order does having ample supply of this trait <i>open the aperture</i> for all of the others that follow?<p>Being really patient and having access to Stack Overflow can make up for a lack of skill. Doing something for a long time can occasionally make short work of a project if you see the answer quickly. However, nothing else in the chain matters if you aren&#x27;t urgently motivated to reach the conclusion. When you feel genuine <i>need</i> to see something through, everything else clicks into place.
moralrecordings超过 5 年前
Great writeup! A good reminder that in reverse engineering you can get pretty far just with static analysis and a bit of educated guesswork. Also a fantastic demo of using statistics to get a foothold into how the files are structured.<p>If anyone is interested in some similar research, I did a video writeup using very similar techniques for reversing the graphics format of a cutesy platform game - <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=e0x7KU4wLGw" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=e0x7KU4wLGw</a>
评论 #21736376 未加载
proxybop超过 5 年前
I absolutely loved that game! I played the Windows version when I was younger.<p>That guy is a mad genius. It&#x27;s great knowing there are people who can figure out a two-byte compression scheme (and even know what it is to begin with) by just looking at the binary dumps.
评论 #21727782 未加载