A GNU/Linux AMD X86-64 ELF Quine. Produce itself on stdout without reading outside .data section.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Yann Weber 6a9da2eee2 Initial commit 4年前
Makefile Initial commit 4年前
README.txt Initial commit 4年前
amd64elfquine.asm Initial commit 4年前
check.sh Initial commit 4年前

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