A GNU/Linux AMD X86-64 ELF Quine. Produce itself on stdout without reading outside .data section.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yann Weber 6a9da2eee2 Initial commit hace 3 años
Makefile Initial commit hace 3 años
README.txt Initial commit hace 3 años
amd64elfquine.asm Initial commit hace 3 años
check.sh Initial commit hace 3 años

README.txt

amd64elfquine : A GNU/Linux AMD X86-64 ELF Quine.
===============
Produce itself on stdout without reading outside .data section.

Compile :
---------
# Needs nasm, ld
# And sh, hexdump, diff, for check.sh
make

Produce a copy :
----------------
./amd64elfquine > amd64elfquine_copy

Produce distributable copies :
------------------------------
# Needs gzip, base64, md5sum, sha256sum, sha512sum
make dist