Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Hacking OpenAI(hacktron.ai ↗)
    74comments
  2. Jemalloc 5.4.0(github.com/jemalloc ↗)
    5comments
  3. Astra for Law(openai.com ↗)
    463comments
  4. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    115comments
  5. The scourge of x86 emulation(fex-emu.com ↗)
    1comments
  6. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    198comments
  7. Waymo in Singapore(waymo.com ↗)
    68comments
  8. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    12comments
  9. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    148comments
  10. Qwen 3.8 Omni Flash(qwen.ai ↗)
    43comments
  11. Wax motor(wikipedia.org ↗)
    62comments
  12. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    211comments
  13. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    4comments
  14. Apple detectives solved mystery of ancient tree and rewrote the history of fruit(scientificamerican.com ↗)
    3comments
  15. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    16comments
  16. How to Write with an LLM(sockpuppet.org ↗)
    72comments
  17. Sex, AI, and the Apocalypse(iankduncan.com ↗)
    193comments
  18. Fixing an NZXT Signal 4K30 part 2: the green/pink video bug(downtowndougbrown.com ↗)
    8comments
  19. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    46comments
  20. Ask A Monk – A digital wilderness for thoughts with no immediate answer(askamonk.online ↗)
    16comments
  21. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    32comments
  22. The most important product decision is what you don't build(liamnugent.me ↗)
    27comments
  23. Khipu (Quipu) Field Guide(khipufieldguide.com ↗)
    1comments
  24. Code Scans(devin.ai ↗)
    4comments
  25. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    339comments
  26. How Uber Protects Against Retry Storms(uber.com ↗)
    33comments
  27. CrowdSec Source Code Leak(crowdsec.net ↗)
    43comments
  28. Minimal Phone 2(minimalcompany.com ↗)
    11comments
  29. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    85comments
  30. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    30comments

Reverse Engineering for Beginners

229 pointsby 12y agogithub.com
26 comments
12y agoHN ↗

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.

12y agoHN ↗

Apart from working out which .tex file corresponds to which piece of text, the files are tricky to read because they contain both english and russian strings delimited by some kind of macro.

Any hints on editing this?

12y agoHN ↗

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

12y agoHN ↗

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.

12y agoHN ↗

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...

12y agoHN ↗

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.

12y agoHN ↗

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.

12y agoHN ↗

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:

12y agoHN ↗

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).

12y agoHN ↗

@johnlbevan2, you seem to be hellbanned.

12y agoHN ↗

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?

12y agoHN ↗

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)

12y agoHN ↗

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.

12y agoHN ↗

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