Skip to content

Instantly share code, notes, and snippets.

@jamesmoriarty
Created January 15, 2020 05:17
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 jamesmoriarty/04c3535e7f4d0e3a24483b851775ef84 to your computer and use it in GitHub Desktop.
Save jamesmoriarty/04c3535e7f4d0e3a24483b851775ef84 to your computer and use it in GitHub Desktop.
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