Skip to content

Instantly share code, notes, and snippets.

@mikechambers
Created September 15, 2019 03:53
Show Gist options
  • Save mikechambers/d465e19cf08034df9226ad7328ab0b16 to your computer and use it in GitHub Desktop.
Save mikechambers/d465e19cf08034df9226ad7328ab0b16 to your computer and use it in GitHub Desktop.
Convert Destiny 2 database id to json hash (python)
import ctypes
hash = ctypes.c_uint32(-1491684358).value
print(hash)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment