wxHexEditor: wx-based Hex Editor!

Miscellaneous tools
Message
Author
User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#21 Post by Makoto »

Re: colored text - I'd have it off by default, anyway, I'm sure. :D I'm probably too old-fashioned to stare at code or binary/hex file contents in anything but black and white. :lol:
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).

User avatar
eua
Posts: 10
Joined: Wed 18 May 2011, 15:58
Location: Istabul, Turkey
Contact:

#22 Post by eua »

I don't know if changing null character is good thing.
I don't know actually but don't think if it's normal to have null at copied text. Better to keep current structure. At least for now... C++ might allow null on strings but I have doubts if gnome-clipboard supports it at text target...

@Disciple, I am developing on OpenSUSE 11.4.
That error might be about different gcc version.
I don't have such problems on gcc 4.5.1...
Are you using 4.6 ?

In this time I make some improvements to revision 226:
| erdem_ua
Added file owner change for non-windows OSes if permissions are not enough.
Added missing block indication to file comparison function.
Fixed Compare Dialog error on Win by using bigger stack.
Improved Dissassembly. Now decompiles selected block up to 100 bytes.
Fixed broken menus on OpenRecent menu repair.
Fixed Invisible SearchPanel and ComparePanel contents on File changes.
Fixed OpenRecent not working bug.
So you don't needed to change/adjust your disk permissions by hand...
I am gonna add a file checksum before giving a new release...

User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#23 Post by Makoto »

Well, I meant more along the lines of letting the user choose from the warning dialog whether or not they'd want to go ahead and have it converted to a form that other programs (or the system clipboards) might not have a problem with. :)

If they read the warning, they'll know (hopefully) that attempting to copy either way into another hex-editing session isn't a good thing, so... hopefully, they'd be aware they should only do it if they're going to do something like copy-paste it to notes in a text file. (You don't want to see my handwritten notes... honest. :oops: :D)
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#24 Post by disciple »

eua wrote:@Disciple, I am developing on OpenSUSE 11.4.
That error might be about different gcc version.
I don't have such problems on gcc 4.5.1...
Are you using 4.6 ?
I have this error in my old version of Puppy, which uses gcc 4.2.2, and also in Arch Linux with gcc 4.6.
I'm only using the makefile. Maybe there's an option you're using in codeblocks which affects it.
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#25 Post by disciple »

Hmmm. I tried building it in codeblocks and it failed the same way.
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

User avatar
eua
Posts: 10
Joined: Wed 18 May 2011, 15:58
Location: Istabul, Turkey
Contact:

#26 Post by eua »

That error looks weird because cannot see an error over there.
It probably related with Unicode build... But I use unicode build also.
Weird.
Since I don't have same error. I couldn't help about it.
on svn trunk, File checksum calculation implemented via adding hashlib++
Now need a give release after bug fixing season... :)

User avatar
eua
Posts: 10
Joined: Wed 18 May 2011, 15:58
Location: Istabul, Turkey
Contact:

#27 Post by eua »

I found why you got error.

Code: Select all

wxCharBuffer a = target.ToUTF8(); //Convert to UTF8 Binary
int i=0;
while(a[i++] not_eq 0);					//Find stream size
this while tigers error.. But I don't know how can I count UTF8 length without it.
This function founds "real" length in bytes instead of character count...
Since that length is not equal with target.Len(), we needed to do that.
Will look what I can to remove that error.

Edit: Fixed on latest svn trunk. Please check...

User avatar
eua
Posts: 10
Joined: Wed 18 May 2011, 15:58
Location: Istabul, Turkey
Contact:

Released wxHexEditor v0.11 Beta

#28 Post by eua »

You can grab new version v0.11 Beta from http://wxhexeditor.sf.net
8)

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#29 Post by muggins »

Thankyou eua,

I've uploaded wxHexEditor-v11b.pet in the first page of this thread.

User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#30 Post by Makoto »

Oops - I keep forgetting to say thanks for the new .pet (and the new version). :) I installed it right away (in June), but haven't actually gotten around to testing it. :oops:
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).

sebus
Posts: 67
Joined: Fri 20 Jan 2012, 20:57

#31 Post by sebus »

Anybody has x64 Fatdog version?

sebus

User avatar
darkcity
Posts: 2534
Joined: Sun 23 May 2010, 19:16
Location: near here
Contact:

#32 Post by darkcity »

PET file no longer downloads, forum error?

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#33 Post by muggins »

Uploaded latest beta as an sfs.

Post Reply