Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## 7,120 results For b409cd21b8014ccd21
- ## 0 results For b407cd21b8014ccd21
- ## 1,780 results For b407cd21
- dd if=verifylicense.exe bs=96 count=1 of=fortranheader.txt
- 1+0 records in
- 1+0 records out
- 96 bytes copied, 0.00874185 s, 11.0 kB/s
- Python 2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit (AMD64)] on win32
- Type "help", "copyright", "credits" or "license" for more information.
- >>> import binascii
- >>> file = open("fortranheader.txt", "rb")
- >>> with file:
- ... while 1:
- ... byte = file.read(1)
- ... h = binascii.hexlify(byte)
- ... d = int(h, 16)
- ... b = bin(d)[2:].zfill(8)
- ... print("hex: %s, decimal: %s, binary: %s" % (h, d, b))
- ...
- hex: 4d, decimal: 77, binary: 01001101
- hex: 5a, decimal: 90, binary: 01011010
- hex: 90, decimal: 144, binary: 10010000
- hex: 00, decimal: 0, binary: 00000000
- hex: 03, decimal: 3, binary: 00000011
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 04, decimal: 4, binary: 00000100
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: ff, decimal: 255, binary: 11111111
- hex: ff, decimal: 255, binary: 11111111
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: b8, decimal: 184, binary: 10111000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 40, decimal: 64, binary: 01000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 01, decimal: 1, binary: 00000001
- hex: 00, decimal: 0, binary: 00000000
- hex: 00, decimal: 0, binary: 00000000
- hex: 0e, decimal: 14, binary: 00001110
- hex: 1f, decimal: 31, binary: 00011111
- hex: ba, decimal: 186, binary: 10111010
- hex: 0e, decimal: 14, binary: 00001110
- hex: 00, decimal: 0, binary: 00000000
- hex: b4, decimal: 180, binary: 10110100
- hex: 09, decimal: 9, binary: 00001001 // Why Not 07?
- hex: cd, decimal: 205, binary: 11001101
- hex: 21, decimal: 33, binary: 00100001
- hex: b8, decimal: 184, binary: 10111000
- hex: 01, decimal: 1, binary: 00000001
- hex: 4c, decimal: 76, binary: 01001100
- hex: cd, decimal: 205, binary: 11001101
- hex: 21, decimal: 33, binary: 00100001
- hex: 54, decimal: 84, binary: 01010100
- hex: 68, decimal: 104, binary: 01101000 // Iridium Joke Stops Here
- hex: 69, decimal: 105, binary: 01101001 // Bolzano-Weierstrass Convergence (BAD DOG)
- hex: 73, decimal: 115, binary: 01110011
- hex: 20, decimal: 32, binary: 00100000
- hex: 70, decimal: 112, binary: 01110000
- hex: 72, decimal: 114, binary: 01110010
- hex: 6f, decimal: 111, binary: 01101111
- hex: 67, decimal: 103, binary: 01100111
- hex: 72, decimal: 114, binary: 01110010
- hex: 61, decimal: 97, binary: 01100001
- hex: 6d, decimal: 109, binary: 01101101
- hex: 20, decimal: 32, binary: 00100000
- hex: 63, decimal: 99, binary: 01100011
- hex: 61, decimal: 97, binary: 01100001
- hex: 6e, decimal: 110, binary: 01101110
- hex: 6e, decimal: 110, binary: 01101110
- hex: 6f, decimal: 111, binary: 01101111
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement