View Single Post
  #3  
Old 11-02-2016, 05:56
g0em0n g0em0n is offline
Friend
 
Join Date: Jun 2016
Location: japan
Posts: 18
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 19
Thanks Rcvd at 19 Times in 8 Posts
g0em0n Reputation: 1
@Storm Shadow
Thanks in your advice.

this code is fixed.
Code:
def byteorder_ToLittleEndian(m):
	return int(binascii.b2a_hex(struct.pack("L" , int(m,16))),16)
Reply With Quote
The Following 3 Users Say Thank You to g0em0n For This Useful Post:
ontryit (11-04-2016), Storm Shadow (11-02-2016), tonyweb (11-02-2016)