Skip to content

Instantly share code, notes, and snippets.

@tommelo
Created November 12, 2017 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tommelo/0672445d49ae65ce298b2dd9e7265356 to your computer and use it in GitHub Desktop.
Save tommelo/0672445d49ae65ce298b2dd9e7265356 to your computer and use it in GitHub Desktop.
SAM_FILE = r'C:\Windows\System32\config\sam'
with open(SAM_FILE, 'r') as sam:
print sam.readlines()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment