Retourner au contenu associé (journal : Challenge: Écrire la plus petite implémentation de /bin/true)
Posté par PR le 07 avril 2022 à 11:33. En réponse au journal Challenge: Écrire la plus petite implémentation de /bin/true. Évalué à -2.
http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html
https://nathanotterness.com/2021/10/tiny_elf_modernized.html
Mis à part ça :
~ gcc -O2 -x c -S -o - - << . int main() { return 0; } . ... xorl %eax, %eax # eax mis à 0 ret ...
Mort aux cons !
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# La même avec un, presque vrai, ELF
Posté par PR . En réponse au journal Challenge: Écrire la plus petite implémentation de /bin/true. Évalué à -2.
http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html
https://nathanotterness.com/2021/10/tiny_elf_modernized.html
Mis à part ça :
Mort aux cons !