Live data from Hacker News

Viewing profile — fdawg4l

fdawg4l

HN member
Joined
Wed, Aug 13, 2014, 2:52 AM UTC
HN karma
1
Public activity
3 items

About fdawg4l

No profile information was provided.

Recent public activity

  1. comment
    Comment #8171312

    Thanks for the tip! Done.

  2. comment
    Comment #8171309

    > 2. FBFatal has the same semantics as assert(), so that's correct. Ah, this makes sense to me now. Thanks!

  3. comment
    Comment #8171246

    > // setup a honeypot file > int trap_fd = open(…); > // Create new function to detect writes to the honeypot > static WRITE_FUNC_T original_write = dlsym(RTLD_DEFAULT, "write");; …