VCHE


It's a Linux hex editor which lets you see all 256 characters as found in video ROM, even control and extended ASCII, like the old times of MSDOS. This is achieved using the /dev/vcsa* devices which let you write directly into the video memory.

You could edit regular files and devices, like hard disks, floppies, CDROMs, ZIP drives, RAM and any device that Linux allows to be read.

It comes in three flavours, the original VCSA version that can only be used in the main console. The NCurses version which can be used anywhere (through ssh, inside a XTerm, etc), and a raw version.

Now I compiled it under Windows, I provide the executables and the C source diff to be able to compile it with cygwin.

Screenshot:


Downloads:

TAR + GZip Linux sources:vche-1.7.2.tar.gz43kB
TAR + Bzip2 Linux sources:vche-1.7.2.tar.bz238kB
Windows executables:vche-1.7.2-win.zip576kB
Diff to Linux sources to compile under Windows:windows_1.7.2.diff1kB


Back