Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
actionfromafar
on Jan 16, 2024
|
parent
|
context
|
favorite
| on:
Exploring Object File Formats
Maybe a case of reused allocated memory and just writing chunks of memory to disk. Simplistic example:
struct blah_block{ int sz; char buf[510]; }
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
struct blah_block{ int sz; char buf[510]; }