Y
Hacker News
new
|
ask
|
show
|
jobs
by
skywhopper
1893 days ago
Is it clear that the “dark bytes” are “useless” debug information? It sounds like it’s just stuff not in the symbol table.
1 comments
tyingq
1893 days ago
I did keep waiting for some point in the blog post where they would null out the "dark bytes" and see if/how the binary runs.
link
jeffbee
1893 days ago
It won't. If you try to remove this information your program will crash as soon as the GC runs or someone calls systemstack, i.e. pretty much instantly.
link