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.

README.txt 421B

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, zip, base64, md5sum, sha256sum, sha512sum
make dist