Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows XP | Windows 2000 | Windows 2003 | Windows 2008 | Windows Vista | Windows 2012 SHA1 Hash: 31c47ac8debbdf72e0ff27a034c1407eee9b7d97 Size: 151.04 KB File Format: exe
Rating: 2
out of 5
based on 23 user ratings
Downloads: 377 License: Free
HexEdit is a free software by Geoffrey Prewett and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows XP, Windows 2000, Windows 2003, Windows 2008, Windows Vista, Windows 2012.
You can download HexEdit which is 151.04 KB in size and belongs to the software category Miscellaneous. HexEdit was released on 2012-12-04 and last updated on our database on 2017-03-21 and is currently at version 1.03.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
HexEdit Description
Hex, octal, and ASCII displays.
Find strings in hex, octal, and ASCII.
Command line usage (hexedit filename), for all you command line freaks like me, or a GUI Open.
Edit in hex, octal, or ASCII. Up to 1024 characters can be inserted, and any amount can be cut or deleted. (Be careful when doing this to executable files, as they may not work if you do this [but I’m not stopping you if you want to try...]).
Configurable font face and size. (Stored in HKCUSOFTWAREHEXEDIT)
All colors are configurable and are stored in HKCUSOFTWAREHEXEDIT)
Copy and paste. Hex strings (e.g. “01 ff 4dâ€) can be pasted into the hex window when hex viewing is on and HexEdit will automatically convert the string. Similarly, cutting from the hex window cuts the hex output. When the hex window is in octal mode, everthing is in octal. The ascii window always cuts and pastes in ascii.
A note about clipboard usage: HexEdit uses the CB_TEXT type, so that you can cut and paste into other text editors. However, Windows uses '0' to mark the end of the string, so trying to paste strings with nulls ('0's) in them generally won’t work. If you paste “00" into the hex window or “000" into the octal window, however, it will work.