Thread: Hex Editor Programs

  1. #16
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Well, you can change them or use them for debugging information - those're the two most common ways that I can think of.

  2. #17
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    Thnx, but i think i'll need to see a practical case scenario to fully understand its usefulness ^.^.

  3. #18
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    OK, I'm programming a small micro. There's no easy way to debug it. Fortunately, there is a way to dump the contents of the memory to a .bin file. I can open that with a hex editor and see what values were in memory at the time of the dump. This is very useful in debugging.

  4. #19
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Sometimes if I need to alter one of the colours in a paletted bit map file, I'll open the .bmp with UltraEdit and manually fix the palette entry. Damn quicker than loading into a graphics editor, extracting the palette, fiddling with it with their "productivity tools" then writing the whole thing back out!

    For embedded systems without a good development suite, a hex editor is an essential item.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  5. #20
    Unregd
    Guest
    If you have Visual C++, you already have one built in, but it's called the binary editor. Unfortunately, it probably doesn't have all the features of a stand-alone hex editor.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Ascii to hex and hex to Ascii
    By beon in forum C Programming
    Replies: 1
    Last Post: 12-26-2006, 06:37 AM
  2. Hex Editing help and information please...
    By SG57 in forum C Programming
    Replies: 9
    Last Post: 06-25-2006, 12:30 AM
  3. Replies: 11
    Last Post: 03-24-2006, 11:26 AM
  4. Replies: 3
    Last Post: 01-23-2006, 07:25 PM
  5. Is binary HEX?
    By Budgiekarl in forum Tech Board
    Replies: 11
    Last Post: 11-23-2003, 09:02 AM