Created
September 15, 2019 03:53
-
-
Save mikechambers/d465e19cf08034df9226ad7328ab0b16 to your computer and use it in GitHub Desktop.
Convert Destiny 2 database id to json hash (python)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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