Advertisement
Guest User

Untitled

a guest
Feb 20th, 2015
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. #!/usr/bin/env python2
  2.  
  3. f=open("WinRAR.exe","rb+");
  4. x=f.read()
  5. f.seek(x.find("\x74\xE4\x6A\x00"))
  6. f.write("\xEB")
  7. f.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement