Viewing profile — fdawg4l
fdawg4l
HN member- Joined
- Wed, Aug 13, 2014, 2:52 AM UTC
- HN karma
- 1
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About fdawg4l
No profile information was provided.
Recent public activity
-
comment
Comment #8171312
Thanks for the tip! Done.
-
comment
Comment #8171309
> 2. FBFatal has the same semantics as assert(), so that's correct. Ah, this makes sense to me now. Thanks!
-
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");; …