Guest User

Untitled

a guest
Jun 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. int fd = open("/dev/uinput", O_WRONLY | O_NONBLOCK);
  2.  
  3. Runtime.getRuntime().exec("chmod +0666 /dev/uinput");
Add Comment
Please, Sign In to add comment