movfuscator
movfuscator copied to clipboard
Update "mov is Turing-complete" paper link in README
as a sidenote for the curious: the files match.
test $(curl -sL https://web.archive.org/web/20190331191157/https://www.cl.cam.ac.uk/~sd601/papers/mov.pdf |
sha256sum |
cut -d ' ' -f 1) \
= \
$(curl -sL http://stedolan.net/research/mov.pdf |
sha256sum |
cut -d ' ' -f 1); echo $?
The new link is also broken. Archive is still up
README's link is not found(404),it's new link:https://drwho.virtadpt.net/files/mov.pdf
Maybe just put it on ipfs?
Or check it in here?
You could always upload a copy to the Internet Archive and link to that.