Live data from Hacker News

Viewing profile — tboneatx

tboneatx

HN member
Joined
Mon, Jul 23, 2012, 5:48 PM UTC
HN karma
8
Public activity
7 items

About tboneatx

No profile information was provided.

Recent public activity

  1. comment
    Comment #12343038

    I agree 100% with Linus, especially the boost comment. It was heavily used in a project I worked on and "boost" soon became a curse word.

  2. comment
    Comment #12233214

    Knowing about struct memory alignment can come in in very handy when reverse-engineering 3rd party binary protocols. Often you come across many "unknown" bytes which turned out the…

  3. comment
    Comment #11612090

    Definitely C, and you will also need to know a fair bit of assembly. Also familiar yourself with the PE (portable executable) format and learn how to use IDA disassembler and possi…

  4. comment
    Comment #10866081

    Are not all the local variables allocated on the stack in the function prologue anyway? no matter where in the function they are defined. A typical function starts with subtracting…

  5. comment
    Comment #10677814

    That's what I always say too. I built our whole house myself. The same process applies: Split project into parts, find out how to do each part, do them. And once in a while you hav…

  6. comment
    Comment #7209012

    Yeah, I remember that. :)

  7. story