turnersr 11 years ago

If you find binary reverse engineering fascinating and want to go deeper into the formal aspects checkout http://www.reddit.com/r/ReverseEngineering/comments/smf4u/re... and https://github.com/turnersr/turnersr.github.io/blob/master/t... .

NhanH 11 years ago

If I'm interested in reverse engineering, but at a higher abstraction than this book - let's say there is a game client communicating with server and I want to understand what the format of the packet is (ie. application level rather than all the way down) - does the question make any sense? And where could I find material for it?

  • X4 11 years ago

    Wireshark, Deep Packet Inspection and similar might be terms you can look after to find out more. RFCs are what you need to understand the protocols (if they are public standards)

  • adestefan 11 years ago

    A lot of paper and a lot of colored pencils. Start printing out network dumps of various game states and tracing out the fields in the packets.

doctorpangloss 11 years ago

This is an amazingly in-depth and up-to-date walkthrough. Way better than CS61. But...

> "for Beginners"

> links to GitHub repo full of .tex files

O:

  • cdash 11 years ago

    Well, the readme links to a PDF.

    • X4 11 years ago

      I thought linking to the source rather than to just the pdf would be more useful for you, as a) some might like to actually contribute and b) many would like to know what else the author made and lastly c) a minority of people isn't allowed to open pdf's from the internet, so they could build it locally (or just starr on github).

  • peterwwillis 11 years ago

    @johnlbevan2, you seem to be hellbanned.

kriro 11 years ago

I always enjoyed this page (pretty old and more of a hackme featuring reverse engineering stuff):

http://3564020356.org/

The hash maze is pretty interesting.

  • thibauts 11 years ago

    Good old times :)

anonu 11 years ago

It looks like a good resource from a very quick skim of the document. It is a shame, however, that the English may not be too polished.

  • ivanca 11 years ago

    You can always make a pull request.

voltagex_ 11 years ago

For anyone reading this at the time of this post, GitHub is down.

erikb 11 years ago

Why do you write a 600 page book and offer it for free?

  • SoftwareMaven 11 years ago

    Why do you write [an entire kernel, an operating system, an RDBMS, a web application framework, ...] and offer it for free? Sometimes, the journey of creation and the sharing are more important than any remuneration you might otherwise get.

    • zxexz 11 years ago

      I hope he publishes a print version of the finished book, like Miran Lipovača did with Learn You a Haskell for Great Good! If someone releases a free book that has immense value to me, I'm more than willing to support them by buying a wonderful print version. There's something wonderful about having the ergonomics of a print book, combined with the ability to copy and paste and follow links from a PDF...

      • dennis714 11 years ago

        Yes, I'll signup with service like lulu.com in future, for those who want hardback, when I'll feel I finish the thing, maybe 1-2 years later.

  • analog31 11 years ago

    Well, I've got nothing close to a 600 page book, but I offer a number of smaller documents at the website for my side business, plus some software and other design tools. If I have any ulterior motive, it's that those materials give me some technical credibility and maybe generate a bit of goodwill.

    Has it helped? Over the years, it's gotten me a little bit of "buzz" on web forums, and has attracted a couple of people who wanted me to do custom work for them. Also, in a manner akin to OSS, a couple people have been kind enough to report mistakes in my documents.