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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How can I learn reverse engineering?

4 点作者 hacjjjjjjjj超过 14 年前

6 条评论

cnvogel超过 14 年前
"Reverse engineering" is too broad of a term.<p>Do you want to jailbreak the newest smartphone? Or want to repurpose some neat and cheap childrens' toy into a spectrum analyzer?<p>Maybe your central heating has a odd habit of keeping your bedroom too hot, and the office too cold even though the thermostat is set correctly?<p>Reverse engineering by itself is just a tool for building things, because once you figured out how something works, the fun begins when you start tinkering it into something the original designers had not forseen.<p>So, to cut this philosophical post short: Get yourself a <i>problem</i> you want to solve, then read all you can about it. If it involves reverse-engineering, e.g. analyzing something not yet documented, you'll have to solve that on the way.<p>And you'll know to ask the specific questions (e.g.: How do I find out the right connection to pins I suspect to be a JTAG port? How can I find out which bits in the serial protocol might stand for what?) when you've come there.
dkersten超过 14 年前
<a href="http://www.amazon.com/Reversing-Secrets-Engineering-Eldad-Eilam/dp/0764574817/ref=sr_1_1?ie=UTF8&#38;qid=1293305102&#38;sr=8-1" rel="nofollow">http://www.amazon.com/Reversing-Secrets-Engineering-Eldad-Ei...</a>
runjake超过 14 年前
O'Reilly's Security Warrior, while a bit outdated should give you a good overview of the RE landscape and it'll give you enough meat to see where your interests lie.
meadhikari超过 14 年前
A methodology for reverse engineering<p><a href="http://www.npd-solutions.com/remethod.html" rel="nofollow">http://www.npd-solutions.com/remethod.html</a>
seven超过 14 年前
<a href="http://www.crackmes.de/" rel="nofollow">http://www.crackmes.de/</a>
_0ffh超过 14 年前
Google Fravia!