How do i convert "6CB8D15B5763A37052DECE48A1A138AE" to "l¸Ñ[Wc£pRÞÎH¡¡8®" in masm?
guess it is hex 2 ascii but not sure!
Hi,
Dunno if this works, but try printing the buffer to console or an edit control
:bdg
Thomas Antony :U
Laser,
It depends what toys you are using. I would try converting each 2 characters to a BYTE values first then write it to another memory buffer. Have a look at an algo in the MASM32 library called "hex2bin" as it should be plenty fast enough to do the conversion.
Thx for info both of you, i give it try!