Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. // cc omri.c -shared -o omri.so; LD_PRELOAD=`pwd`/omri.so ...
  2. #include <errno.h>
  3. int isatty(int unused) {
  4. errno = ENOTTY;
  5. return 0;
  6. }
  7. // omri pls
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement