xoreaxeaxeax / movfuscator

The single instruction C compiler
Other
9.29k stars 394 forks source link

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

Open grafoo opened 5 years ago

grafoo commented 5 years ago

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 $?
cac-99 commented 1 year ago

The new link is also broken. Archive is still up

TUGOhost commented 9 months ago

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

cac-99 commented 9 months ago

Maybe just put it on ipfs?

trapexit commented 9 months ago

Or check it in here?