Skip to content

Instantly share code, notes, and snippets.

@withzombies
Created May 26, 2016 22: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 withzombies/75e41562751622d17964786f584245ff to your computer and use it in GitHub Desktop.
Save withzombies/75e41562751622d17964786f584245ff to your computer and use it in GitHub Desktop.
if len(calls) == 5:
memcmp = calls[1]
read_buf = calls[0]
else:
memcmp = calls[2]
read_buf = calls[1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment