Path: Assembly Language : Hex2bin :

Matt's Page

HEX Editor

Convert a binary file to hexadecimal numbers. This lets you
see the bits in a program so you can change the compiled program.
A small change can open door ways in a program.

Experiment

C:\bin2hex> program.exe
C:\bin2hex> bin2hex program.exe program.hex
C:\bin2hex> edit program.hex
C:\bin2hex> hex2bin program.hex program.exe
C:\bin2hex> program.exe
Hello, world!
C:\bin2hex> 


Download

  hex2bin.exe - dump binary file to a HEX file
  bin2hex.exe - dump HEX file to a binary file
  bin2dec.exe - dump a binary file to decimal characters