movfuscator icon indicating copy to clipboard operation
movfuscator copied to clipboard

Update "mov is Turing-complete" paper link in README

Open grafoo opened this issue 5 years ago • 5 comments

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 $?

grafoo avatar May 25 '19 06:05 grafoo

The new link is also broken. Archive is still up

cac-99 avatar Jan 16 '23 02:01 cac-99

README's link is not found(404),it's new link:https://drwho.virtadpt.net/files/mov.pdf

TUGOhost avatar Oct 19 '23 03:10 TUGOhost

Maybe just put it on ipfs?

cac-99 avatar Oct 19 '23 05:10 cac-99

Or check it in here?

trapexit avatar Oct 19 '23 12:10 trapexit

You could always upload a copy to the Internet Archive and link to that.

virtadpt avatar Jul 29 '24 16:07 virtadpt