Files
metasploit-gs/external/source/osx/x86/include/_exit.s
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
166 B
ArmAsm
Raw Normal View History

_exit:
;; Exit cleanly
xor eax, eax
push eax ; EXIT_SUCCESS
push eax ; spacer
inc eax
int 0x80