Skip to content

chipmunk-sm/HexEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HexEditor

Cross-platform Hex Editor GUI

Supported Features:
Insert
Overwrite
Delete
Search
The maximum file size HexEditor can edit is 64 GB

Buy Me A Coffee

Linux

To get the last release version, please use the PPA:

https://launchpad.net/~chipmunk.sm/+archive/ubuntu/ppa

$ sudo add-apt-repository ppa:chipmunk.sm/ppa
$ sudo apt-get update
$ sudo apt-get install hexeditor

Windows

Release version: https://github.com/chipmunk-sm/HexEditor/releases

Home page:

https://github.com/chipmunk-sm/hexeditor

Build status Total alerts Language grade: C/C++

License

GPL v3.0

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details

Screenshot

sample1

sample2

How-to

Save Selected to File:

saveselected_ed

Search (text)

*Step #2. Set character encoding. Set mode: Text.

search_txt_ed

Search (HEX)

*Step #2. Set mode: Hex.

search_hex_ed

Edit (Overwrite)

*Step #3. Optional. Set character encoding. Set mode: Text, Hex.
*Step #4. Optional. Update the position for editing.

edit_txt_ed

Edit (Insert)

*Step #3. Optional. Set character encoding. Set mode: Text, Hex.
*Step #4. Optional. Update the position for editing.
#6. Warning! The data is inserted before the selected position.

edit_txt_ins_ed

Edit (Delete)

*Step #3. Optional. Update the position for editing.

edit_txt_del_ed