All Projects → chipmunk-sm → HexEditor

chipmunk-sm / HexEditor

Licence: GPL-3.0 license
Hex Editor GUI

Programming Languages

C++
36643 projects - #6 most used programming language
Rich Text Format
576 projects
powershell
5483 projects
Batchfile
5799 projects
QMake
1090 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to HexEditor

tcpview
TcpView For Linux
Stars: ✭ 62 (+287.5%)
Mutual labels:  utilities, kubuntu
wareki
Utility function for Japanese calender.
Stars: ✭ 23 (+43.75%)
Mutual labels:  utilities
common
Utilities and base libraries for use across polkadot-js for Polkadot and Substrate. Includes base libraries, crypto helpers and cross-environment helpers. Full documentation & examples available.
Stars: ✭ 221 (+1281.25%)
Mutual labels:  utilities
cond-flow
Elixir style cond for easy javascript control flow
Stars: ✭ 37 (+131.25%)
Mutual labels:  utilities
timestampy
🕒 Bunch of utilities useful when working with UNIX timestamps
Stars: ✭ 21 (+31.25%)
Mutual labels:  utilities
type-predicates
A comprehensive collection of type-guards, type assertions and related utils
Stars: ✭ 44 (+175%)
Mutual labels:  utilities
MHW-Shop-Editor
Monster Hunter World Provisions Stockpile Shop Editor
Stars: ✭ 52 (+225%)
Mutual labels:  utilities
tutti-quanti-shelf
Collection of miscellaneous developer-oriented utilities wrapped into one single app, built with Electron.
Stars: ✭ 30 (+87.5%)
Mutual labels:  utilities
utilities
Collection of small useful functions in Python
Stars: ✭ 30 (+87.5%)
Mutual labels:  utilities
utils
🛠 A collection of light-weight methods and helpers for defensive programming
Stars: ✭ 15 (-6.25%)
Mutual labels:  utilities
assign-one-project-github-action
Automatically add an issue or pull request to specific GitHub Project(s) when you create and/or label them.
Stars: ✭ 140 (+775%)
Mutual labels:  utilities
puppeteer-extensions
Convenience functions for the Puppeteer
Stars: ✭ 26 (+62.5%)
Mutual labels:  utilities
iOS-UtiliKit
All the things you're tired of writing.
Stars: ✭ 21 (+31.25%)
Mutual labels:  utilities
diamonds
A pile of shiny typed JS helpers for everyday usage
Stars: ✭ 16 (+0%)
Mutual labels:  utilities
bat
Battery management utility for Linux laptops.
Stars: ✭ 107 (+568.75%)
Mutual labels:  utilities
FunUtils
Some codes i wrote to help me with me with my daily errands ;)
Stars: ✭ 43 (+168.75%)
Mutual labels:  utilities
youtube-unofficial
Access parts of your account unavailable through normal YouTube API access.
Stars: ✭ 33 (+106.25%)
Mutual labels:  utilities
CoreLibraries
A set of .NET libraries for building enterprise level solutions quickly
Stars: ✭ 22 (+37.5%)
Mutual labels:  utilities
proxyunsetter
Windows tray tool to unset the system proxy.
Stars: ✭ 26 (+62.5%)
Mutual labels:  utilities
Wave
Wave is C# library extends the ArcGIS for Desktop and ArcFM Solution APIs in an effort to simplify customizing these products. The library has been designed to use extension methods to expose the features of the library.
Stars: ✭ 13 (-18.75%)
Mutual labels:  utilities

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].