This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; ============================================================ | |
| ; DICE OF DEATH - x86-64 Linux Assembly | |
| ; Patched: Recursive Fork Bomb + Safety Mercy Key | |
| ; ============================================================ | |
| BITS 64 | |
| %define SYS_read 0 | |
| %define SYS_write 1 | |
| %define SYS_open 2 |