Skip to content

Instantly share code, notes, and snippets.

@leveled
Created December 13, 2021 13:49
Show Gist options
  • Save leveled/61ac2196ec4ef7efe0a2a6456c501c39 to your computer and use it in GitHub Desktop.
Save leveled/61ac2196ec4ef7efe0a2a6456c501c39 to your computer and use it in GitHub Desktop.
Print raw bytes to stdout with python
import sys
sys.stdout.buffer.write(bytes([0xAA]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment