Is there a good alternative hex editor instead of HxD editor?

Clash Royale CLAN TAG#URR8PPP up vote
2
down vote
favorite
I am using now the HxD editor (which is a windows program, with wine).
I also have tried some GUI based (I am not interested in CLI) hex editors for linux.
Some criteria which is important for my preferences:
When the opened file is changed, it should automatically reload.
- In bless e.g. you must click the reload button.
- In HxD it reload by itself (even when used as a wine program on linux).
To change the amount of bytes in a row easily.
- In bless you literally change the width of the window to change the amount of bytes per row.
- In wxHexEditor e.g. you must go Options -> Preferences and then change the number
- In HxD you change it directly in the tool bar
It should be very easy to modify on the fly some bytes in hex.
In wxHexEditor to change some bytes it feels something awkeward.
In bless you do by default inserting new bytes (but I do not need insert too much, more changing bytes)
In HxD it is working (for me) very fluently.
There are some more criteria too, but these three are for me the most important ones. (also only tried out bless and wxHexEditor)
For me it does not matter what program or plugin for a program is used to fulfill my basic criteria but most important thing is: it should be (if possible) a linux program (also open source, or free to use).
Otherwise I will still use HxD (even if it is a windows program, I do not care, it should work and fulfill my preferences).
Update
For trying out, if the program is fulling correctly the reload preference, you can simply use this little python program:
Simple numpy IO file program
Also this programs I will not use unless they can be changed to be optimized for my use:
bless, wxHexEditor, GHex
16.04 wine software-recommendation
add a comment |Â
up vote
2
down vote
favorite
I am using now the HxD editor (which is a windows program, with wine).
I also have tried some GUI based (I am not interested in CLI) hex editors for linux.
Some criteria which is important for my preferences:
When the opened file is changed, it should automatically reload.
- In bless e.g. you must click the reload button.
- In HxD it reload by itself (even when used as a wine program on linux).
To change the amount of bytes in a row easily.
- In bless you literally change the width of the window to change the amount of bytes per row.
- In wxHexEditor e.g. you must go Options -> Preferences and then change the number
- In HxD you change it directly in the tool bar
It should be very easy to modify on the fly some bytes in hex.
In wxHexEditor to change some bytes it feels something awkeward.
In bless you do by default inserting new bytes (but I do not need insert too much, more changing bytes)
In HxD it is working (for me) very fluently.
There are some more criteria too, but these three are for me the most important ones. (also only tried out bless and wxHexEditor)
For me it does not matter what program or plugin for a program is used to fulfill my basic criteria but most important thing is: it should be (if possible) a linux program (also open source, or free to use).
Otherwise I will still use HxD (even if it is a windows program, I do not care, it should work and fulfill my preferences).
Update
For trying out, if the program is fulling correctly the reload preference, you can simply use this little python program:
Simple numpy IO file program
Also this programs I will not use unless they can be changed to be optimized for my use:
bless, wxHexEditor, GHex
16.04 wine software-recommendation
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I am using now the HxD editor (which is a windows program, with wine).
I also have tried some GUI based (I am not interested in CLI) hex editors for linux.
Some criteria which is important for my preferences:
When the opened file is changed, it should automatically reload.
- In bless e.g. you must click the reload button.
- In HxD it reload by itself (even when used as a wine program on linux).
To change the amount of bytes in a row easily.
- In bless you literally change the width of the window to change the amount of bytes per row.
- In wxHexEditor e.g. you must go Options -> Preferences and then change the number
- In HxD you change it directly in the tool bar
It should be very easy to modify on the fly some bytes in hex.
In wxHexEditor to change some bytes it feels something awkeward.
In bless you do by default inserting new bytes (but I do not need insert too much, more changing bytes)
In HxD it is working (for me) very fluently.
There are some more criteria too, but these three are for me the most important ones. (also only tried out bless and wxHexEditor)
For me it does not matter what program or plugin for a program is used to fulfill my basic criteria but most important thing is: it should be (if possible) a linux program (also open source, or free to use).
Otherwise I will still use HxD (even if it is a windows program, I do not care, it should work and fulfill my preferences).
Update
For trying out, if the program is fulling correctly the reload preference, you can simply use this little python program:
Simple numpy IO file program
Also this programs I will not use unless they can be changed to be optimized for my use:
bless, wxHexEditor, GHex
16.04 wine software-recommendation
I am using now the HxD editor (which is a windows program, with wine).
I also have tried some GUI based (I am not interested in CLI) hex editors for linux.
Some criteria which is important for my preferences:
When the opened file is changed, it should automatically reload.
- In bless e.g. you must click the reload button.
- In HxD it reload by itself (even when used as a wine program on linux).
To change the amount of bytes in a row easily.
- In bless you literally change the width of the window to change the amount of bytes per row.
- In wxHexEditor e.g. you must go Options -> Preferences and then change the number
- In HxD you change it directly in the tool bar
It should be very easy to modify on the fly some bytes in hex.
In wxHexEditor to change some bytes it feels something awkeward.
In bless you do by default inserting new bytes (but I do not need insert too much, more changing bytes)
In HxD it is working (for me) very fluently.
There are some more criteria too, but these three are for me the most important ones. (also only tried out bless and wxHexEditor)
For me it does not matter what program or plugin for a program is used to fulfill my basic criteria but most important thing is: it should be (if possible) a linux program (also open source, or free to use).
Otherwise I will still use HxD (even if it is a windows program, I do not care, it should work and fulfill my preferences).
Update
For trying out, if the program is fulling correctly the reload preference, you can simply use this little python program:
Simple numpy IO file program
Also this programs I will not use unless they can be changed to be optimized for my use:
bless, wxHexEditor, GHex
16.04 wine software-recommendation
16.04 wine software-recommendation
edited Apr 16 at 9:42
asked Apr 13 at 23:40
PiMathCLanguage
114
114
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
You might look at GHex. I don't know if it'll meet your specs, but I think it's worth a look.
In terminal...
sudo apt-get update
sudo apt-get install ghex
Or you can probably find it in the Software app.
Ohh, ghex is more worse than bless is. I literally updated my file, and the updated file is not showing up, even no reload button is showing up. Thanks for the suggestion. Also I do not know how to set the amount of bytes per line.
â PiMathCLanguage
Apr 16 at 9:35
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
You might look at GHex. I don't know if it'll meet your specs, but I think it's worth a look.
In terminal...
sudo apt-get update
sudo apt-get install ghex
Or you can probably find it in the Software app.
Ohh, ghex is more worse than bless is. I literally updated my file, and the updated file is not showing up, even no reload button is showing up. Thanks for the suggestion. Also I do not know how to set the amount of bytes per line.
â PiMathCLanguage
Apr 16 at 9:35
add a comment |Â
up vote
2
down vote
You might look at GHex. I don't know if it'll meet your specs, but I think it's worth a look.
In terminal...
sudo apt-get update
sudo apt-get install ghex
Or you can probably find it in the Software app.
Ohh, ghex is more worse than bless is. I literally updated my file, and the updated file is not showing up, even no reload button is showing up. Thanks for the suggestion. Also I do not know how to set the amount of bytes per line.
â PiMathCLanguage
Apr 16 at 9:35
add a comment |Â
up vote
2
down vote
up vote
2
down vote
You might look at GHex. I don't know if it'll meet your specs, but I think it's worth a look.
In terminal...
sudo apt-get update
sudo apt-get install ghex
Or you can probably find it in the Software app.
You might look at GHex. I don't know if it'll meet your specs, but I think it's worth a look.
In terminal...
sudo apt-get update
sudo apt-get install ghex
Or you can probably find it in the Software app.
answered Apr 15 at 0:20
heynnema
15.5k21945
15.5k21945
Ohh, ghex is more worse than bless is. I literally updated my file, and the updated file is not showing up, even no reload button is showing up. Thanks for the suggestion. Also I do not know how to set the amount of bytes per line.
â PiMathCLanguage
Apr 16 at 9:35
add a comment |Â
Ohh, ghex is more worse than bless is. I literally updated my file, and the updated file is not showing up, even no reload button is showing up. Thanks for the suggestion. Also I do not know how to set the amount of bytes per line.
â PiMathCLanguage
Apr 16 at 9:35
Ohh, ghex is more worse than bless is. I literally updated my file, and the updated file is not showing up, even no reload button is showing up. Thanks for the suggestion. Also I do not know how to set the amount of bytes per line.
â PiMathCLanguage
Apr 16 at 9:35
Ohh, ghex is more worse than bless is. I literally updated my file, and the updated file is not showing up, even no reload button is showing up. Thanks for the suggestion. Also I do not know how to set the amount of bytes per line.
â PiMathCLanguage
Apr 16 at 9:35
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1024822%2fis-there-a-good-alternative-hex-editor-instead-of-hxd-editor%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password