Hex Editing Help

Code help, language discussions, and software development advice.
Post Reply
c0pperhead
Registered User
Posts: 1
Joined: July 24th, 2004, 10:46 pm

Hex Editing Help

Post by c0pperhead »

I've always been curious about hex editing, i know how to convert from base 10 to base 16 i just want to know what exactly can hex editing do, can you only edit the parts that are written in ASCII, or only most of the time? is it worth learning? please help, i need to know these things, my quest for knowledge will never end? also does anyone know what some good and productive there is for me to do online? heh :oops:
Perfection Means Destruction
Smartweb
Registered User
Posts: 622
Joined: January 15th, 2004, 2:11 am
Contact:

Post by Smartweb »

Hex is more commonly used referring to memory pointers (and other hardware associated stuff) and is unneccessary for regular programming.
Post Reply