From 1054fe1c7061b2cdf2355e52aebfeb90d6de9cc5 Mon Sep 17 00:00:00 2001 From: Amy Date: Wed, 29 May 2024 11:28:49 -0700 Subject: [PATCH] change mov paper link to archive.org The mov paper is no longer hosted at the URL used in the README. This patch sets the URL to a Wayback Machine one, allowing the paper to still be read. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5791a7e..f855a97 100644 --- a/README.md +++ b/README.md @@ -337,7 +337,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://stedolan.net/research/mov.pdf](https://web.archive.org/web/20181123200958/stedolan.net/research/mov.pdf)). ## Author