A GNU/Linux AMD X86-64 ELF Quine. Produce itself on stdout without reading outside .data section.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Yann Weber 6a9da2eee2 Initial commit vor 3 Jahren
Makefile Initial commit vor 3 Jahren
README.txt Initial commit vor 3 Jahren
amd64elfquine.asm Initial commit vor 3 Jahren
check.sh Initial commit vor 3 Jahren

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