The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: ragdog on January 22, 2008, 01:30:23 PM

Title: to hex
Post by: ragdog on January 22, 2008, 01:30:23 PM
hi

i search a algo that convert my crypted string in hex expl: 45h,78h...... in this format
have your a idea


thanks in forward
ragdog

[attachment deleted by admin]
Title: Re: to hex
Post by: evlncrn8 on January 22, 2008, 04:03:17 PM
using a macro might be easier.... its how i do it in my stuff :)
Title: Re: to hex
Post by: ossama on January 23, 2008, 12:12:59 PM
i am not sure of what you mean,but i think this topic can help you:
http://www.masm32.com/board/index.php?topic=8534.0
Title: Re: to hex
Post by: ragdog on January 23, 2008, 01:12:45 PM
   
Thank you ossama

I have solved my problem differently