1 2 3 4 5 6 7
import ctypes from ctypes import c_ulong, POINTER, addressof, cast j = cast(134537456, POINTER(c_ulong)) j[1] = 1074939584 j[2] = 0 j[3] = 2146959360 print 1 == 1
1
False