Saturday, September 27, 2014

Binary write to adress

Try this



int i = 0x83B4D0;
string output = string.Join("",BitConverter.GetBytes(i).Select(x => x.ToString("X2")).Reverse());





jdweng


No comments:

Post a Comment