commit: 2b795ea0b961bfb4a8714b3c6acbc29798150f34
parent fcba611915129a988d7eeeabb3a50115550108cc
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 26 Oct 2023 07:23:58 +0200
notes/bootstrapping: rsc article w/ src of Ken C Compiler backdooring
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/notes/bootstrapping.shtml b/notes/bootstrapping.shtml
@@ -13,6 +13,7 @@
<li><a href="https://bootstrapping.miraheze.org/wiki/Main_Page">bootstrapping wiki</a></li>
<li><a href="https://dwheeler.com/trusting-trust/">David A. Wheeler’s Page on Fully Countering Trusting Trust through Diverse Double-Compiling (DDC) - Countering Trojan Horse attacks on Compilers</a> (Note: Requires trustworthy bootstrap compiler(s) as starting point)</li>
<li><a href="https://www.quora.com/What-is-a-coders-worst-nightmare/answer/Mick-Stute?srid=tQ46&share=1">Mike Stute's answer to What is a coder's worst nightmare?</a></li>
+ <li><a href="https://research.swtch.com/nih">research!rsc: Running the “Reflections on Trusting Trust” Compiler</a>: This notably contains the code that Ken Thomspon used together with explainations</li>
</ul>
<h2>Reasons</h2>
<dl>