Hacker News

Top stories

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

Reverse Engineering for Beginners

235 pointsby 10y agobeginners.re
23 comments
10y agoHN ↗

Any comments on the book? As quite time investment in so many pages. Anything better for Linux Reverse Engineering ?

10y agoHN ↗

It's a big book, so have only skimmed through, but it seems very good, well researched and useful.

Most of the book is applicable regardless of what the OS is, as it seems to teach you the fundamentals of reading ASM and recognising code patterns in binaries. It even has a full chapter in OS-specific reversing.

10y agoHN ↗

It certainly worth a time I've spent to read it, even if I'm not a beginner. There are parts, that will be useful for a reverse engineer of every level.

10y agoHN ↗

I have links to a few resources, mail me at this id

<my-HN-user-id>[at]gmail.com

10y agoHN ↗

Looks very interesting, I will definitely read this. Is there an epub version of this anywhere?

Perhaps this is a bit off topic, but why do so many people prefer PDF to Epub, even though Epub seems so much more superior with features like text zoom?

10y agoHN ↗

PDFs are exact representations of the page as the author intended, EPUBs are not. I generally find PDF far superior for nonfiction because it often has diagrams, pop out sections, etc. EPUB is fine for novels.

10y agoHN ↗

A lot of people don't like reading technical material on e-readers where the structure of the content can be manipulated and diagrams altered, so they prefer PDFs to keep that formatting intact.

10y agoHN ↗

I think the biggest problem is why ereaders don't have proper support for PDF.

At least I am yet to find one that can handle PDFs as easy as epub/mobi.

Somehow I suspect it is related with royalties to Adobe.

10y agoHN ↗

Well iPad - iBooks have a proper PDF support isn't that enough?

10y agoHN ↗

No, because it isn't e-ink.

Reading standard screens is impossible in full daylight and also leads to sore eyes.

10y agoHN ↗

That may have been true five years ago, but it isn't really true today. It's been a really long time since I've had to cover my phone to read something on it, or needed to go inside. Screens have definitely gotten better in the "reading in the daylight" category. But E-Ink hasn't gotten much better in the "reading in the dark" category.

10y agoHN ↗

That's usually the case, but I was pleasantly surprised to read this book on my Kindle. The A5 format is quite readable, if you don't mind some of the tiny font size (I actually like it).

10y agoHN ↗

I'd rather not have the diagrams as the author intended, but more like my device intends. PDFs are great if you need a digitalized representation of paper. Epubs are great if you want a website structured like a book, which is exactly what you want most of the time when you have an e-reader. I'd prefer not seeing diagrams as the author intended to not being able to scale the font.

It's a tragedy that PDF to Epub conversion is generally not that good, I really wish more publishers (and selfpublishing authors!) would consider selling epubs as well.

10y agoHN ↗

I really like that you don't jump too quickly into the denser stuff without defining things (e.g. pointers) along the way.

10y agoHN ↗

1000 pages !!! That's too much for learning. Maybe to use as a guide.