From 484b870298f37621ef9c826c5190fb4566718173 Mon Sep 17 00:00:00 2001 From: Ben Ransford Date: Sun, 21 Jul 2019 08:05:58 -0700 Subject: [PATCH 1/2] fix link to Dolan paper --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d00496d..65ff2bc 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ Current post-processing scripts include: * Slides outlining the mechanisms used are [here](slides/domas_2015_the_movfuscator.pdf). * The inspiration for the compiler is the paper ["mov is Turing-complete", - by Stephen Dolan](http://www.cl.cam.ac.uk/~sd601/papers/mov.pdf). + by Stephen Dolan](http://stedolan.net/research/mov.pdf). ## Author From 608e94e1660b5166a0432924cbe21d36d811538a Mon Sep 17 00:00:00 2001 From: Ben Ransford Date: Thu, 4 Aug 2022 23:34:53 -0700 Subject: [PATCH 2/2] archive.org for dolan paper --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65ff2bc..76975b0 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ Current post-processing scripts include: * Slides outlining the mechanisms used are [here](slides/domas_2015_the_movfuscator.pdf). * The inspiration for the compiler is the paper ["mov is Turing-complete", - by Stephen Dolan](http://stedolan.net/research/mov.pdf). + by Stephen Dolan](http://web.archive.org/web/20130924014250/https://www.cl.cam.ac.uk/~sd601/papers/mov.pdf). ## Author