Y
Hacker News
new
|
ask
|
show
|
jobs
by
intelVISA
1181 days ago
I could never trust a bin I didn't build myself (with my own C compiler ofc).
1 comments
arjvik
1181 days ago
Did you build that C compiler yourself? Using what compiler? Unless you bootstrapped it from a handwritten assembler, you'll need to consider the attack outlined in Reflections on Trusting Trust
link
intelVISA
1181 days ago
I did but I foolishly relied on GCC before it was self-hosted now I guess I should scrap the whole thing and build by hand.
link
pxc
1181 days ago
There's actually someone out there who has done some impressive work on this, believe it or not!
https://savannah.nongnu.org/projects/stage0/
link