Guest User

Untitled

a guest
Jan 21st, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. argument = 'x50'*260
  2. subprocess.call([command, argument])
  3.  
  4. UnicodeEncodeError: 'charmap' codec can't encode character 'x86' in position 262: character maps to <undefined>
  5.  
  6. command = "C:myfile.exe "+b"x50"*260
  7. os.system(command)
Add Comment
Please, Sign In to add comment