TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Reverse Engineering for Beginners [pdf]

153 pointsby dennis714almost 5 years ago

2 comments

david_shawalmost 5 years ago
For anyone interested in a little more context: the book has a website (including translated versions, etc.) located at <a href="https:&#x2F;&#x2F;beginners.re&#x2F;" rel="nofollow">https:&#x2F;&#x2F;beginners.re&#x2F;</a><p>It looks like this PDF has been posted to HN a few times before, too: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;from?site=beginners.re" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;from?site=beginners.re</a><p>I haven&#x27;t read the book, but I did download the PDF and briefly check it out. I&#x27;m not a reverse engineer by any means, but this seems like a (very) comprehensive overview. It&#x27;s over 1000 pages!
评论 #24101796 未加载
评论 #24102961 未加载
Kaze404almost 5 years ago
I had my first experience with reverse engineering recently. It&#x27;s an online MMORPG, and I wanted to figure out what makes my character do emotes (hug, cry, sit, etc). Seems simple enough, but after 30 hours over the course of 3 days of looking at x64dbg I just lost it. There are so many things that can go wrong, and every time it felt like I was close, after another hour or two I was back to square one.<p>I gave up after the third day, but even though it was a frustrating experience I also learned a lot about how assembly works. I don&#x27;t know if that&#x27;ll ever be useful but it was fun to learn.
评论 #24108289 未加载