Created
January 15, 2020 05:17
-
-
Save jamesmoriarty/04c3535e7f4d0e3a24483b851775ef84 to your computer and use it in GitHub Desktop.
This file contains 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
set height 0 | |
catch syscall close | |
catch syscall read | |
catch syscall lseek | |
disable 1 2 | |
commands 2 | |
disable 1 2 | |
continue | |
end | |
commands 3 | |
if $rdi == 31 | |
enable 1 2 | |
continue | |
else | |
continue | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment