Skip to content

Instantly share code, notes, and snippets.

@cryptozeny
Created December 22, 2018 23:35
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 cryptozeny/b227eab285623da81269bc105bd66f4a to your computer and use it in GitHub Desktop.
Save cryptozeny/b227eab285623da81269bc105bd66f4a to your computer and use it in GitHub Desktop.
convert 32-Bit Hex & Decimal
$ printf "%d\n" 0x1f07ffff
520617983
$ printf "%x\n" 520617983
1f07ffff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment