The time now is Sat 18 May 2013, 21:03
All times are UTC - 4 |
|
Page 1 of 2 [18 Posts] |
Goto page: 1, 2 Next |
| Author |
Message |
bugman

Joined: 20 Dec 2005 Posts: 2131 Location: buffalo commons
|
Posted: Sat 07 Feb 2009, 22:52 Post subject:
Which binary / hex editor for Puppy? |
|
i'm looking for a binary/hex editor
tried hexedit, it's pretty primitive, the one screen at a time is a nuisance for my purposes, it works, but . . .
wishbinvu, library problems, ugh
ihex crashes continually
have not tried bless yet, getting tired
is there one out there that anyone has gotten working well? maybe one that displays hex as decimal to boot?
?
[edited to add that bvi was recommended to me, any comment on that?]
|
|
Back to top
|
|
 |
Bruce B

Joined: 18 May 2005 Posts: 10816 Location: The Peoples Republic of California
|
Posted: Sat 07 Feb 2009, 23:45 Post subject:
|
|
Bugman,
The name is the same 'hexedit', I'm confident the program is different than the one you are referring to.
Table of Contents
The manual I'd recommend saving to disk.
Hexedit also comes with an info page and man page.
Download it from here this server, and I recommend save the source, because it is not particularly easy to find.
ftp://metalab.unc.edu/pub/Linux/apps/editors/terminal/
Compiling.
./configure
make
make install
The binary will install (default) /usr/bin, this may cause an overwrite of your existing hexedit, which might be a good thing. If you don't want the overwrite, rename /usr/bin/hexedit to something different.
Total files will be three: binary, info page and man page.
Complied size for all files is 236K.
Bruce
_________________ New! Puppy Linux Links Page
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6660 Location: lisbon
|
Posted: Sun 08 Feb 2009, 05:46 Post subject:
|
|
For wishbinvu, which tcl/tk did you install? If you tried the ones from the ibiblio repository, replace with the ones linked here.
Plus, maybe Adie is an option?
|
|
Back to top
|
|
 |
bugman

Joined: 20 Dec 2005 Posts: 2131 Location: buffalo commons
|
Posted: Sun 08 Feb 2009, 09:10 Post subject:
|
|
| Bruce B wrote: | | The name is the same 'hexedit', I'm confident the program is different than the one you are referring to. |
bruce, similar but different where it counts, much better than the one in the pet repository for sure, thanks!
|
|
Back to top
|
|
 |
bugman

Joined: 20 Dec 2005 Posts: 2131 Location: buffalo commons
|
Posted: Sun 08 Feb 2009, 09:35 Post subject:
|
|
| muggins wrote: | For wishbinvu, which tcl/tk did you install? If you tried the ones from the ibiblio repository, replace with the ones linked here.
Plus, maybe Adie is an option? |
muggins, lord of the pets!
libs you linked to work, wishbinvu works, much better than what i'd seen in other editors
am trying to work with the baseball simulator in my thread here:
http://www.murga-linux.com/puppy/viewtopic.php?t=38487
all the stats are in bin, so babe ruth hit 3C home runs in 1927, which is why i wanted decimal viewing
will take a look at adie, saw a different post on it last night, was reaching my limits of endurance . . .
--bugman, lord of the pests
Last edited by bugman on Sun 08 Feb 2009, 09:48; edited 1 time in total
|
|
Back to top
|
|
 |
Bruce B

Joined: 18 May 2005 Posts: 10816 Location: The Peoples Republic of California
|
Posted: Sun 08 Feb 2009, 09:40 Post subject:
|
|
Bugman,
Now that you have achieved superior experience, help me please. Which one is the winner?
Bruce
PS with the new hexedit you have to use the buffer option to get some wanted features.
Here is the script I run it with
| Code: | | /opt/bin/hexedit --buffer --alltext $@ |
Bruce
_________________ New! Puppy Linux Links Page
|
|
Back to top
|
|
 |
bugman

Joined: 20 Dec 2005 Posts: 2131 Location: buffalo commons
|
Posted: Sun 08 Feb 2009, 10:07 Post subject:
|
|
| Bruce B wrote: | | Now that you have achieved superior experience, help me please. Which one is the winner? |
thus we have proved that experience does NOT equal wisdom
well, i have not done anything serious with any of them
adie is a nice little text editor, it SHOWS the binary info, but in an unusable manner, not sure what i'm not seeing here
hexedit is good, both versions do what they're supposed to
ihex still crashes within 15 seconds of opening the test file, there's a debug window, the message i think i always get is
| Code: | Assert failed, file: ../Lgi/src/common/Text/GTextView3.cpp, line: 1418
LGilsUtf8(s) |
wishbinvu is great, does everything i need, the winner in my book
[/code]
|
|
Back to top
|
|
 |
Minimatter
Joined: 08 Feb 2009 Posts: 34 Location: Massachusetts
|
Posted: Sun 08 Feb 2009, 18:03 Post subject:
|
|
bugman,
Another, non-console, hex editor is the Mickey hex editor.
An executable is downloadable from http://linux.softpedia.com . Look under category text editors. The file is
mickey-0.1.1.13linuxELFx86.tar.gz
It seems to work, though the site says not on very large files.
|
|
Back to top
|
|
 |
pa_mcclamrock

Joined: 03 Jun 2005 Posts: 657 Location: Fort Wayne, Indiana, USA
|
Posted: Sun 08 Feb 2009, 20:31 Post subject:
|
|
| bugman wrote: | | wishbinvu is great, does everything i need, the winner in my book |
Hey, thanks! With Tcl and Tk 8.5.6 (which are built-in packages in the forthcoming Puppy 4.2), I was pretty sure you wouldn't have the library problems you had with the outdated 8.5 alphas; there were some important changes between the alphas and the official 8.5 releases. I just tried wishbinvu in Puppy 4.2 Alpha4 and it worked with no problem.
David McClamrock (author of "wishbinvu," WISH Binary Viewer: http://www.geocities.com/pa_mcclamrock/wishbinvu.html--note: users can readily use another color scheme if they don't like the one shown in the screenshot on that page)
_________________ It's stupid to use inferior software for ideological reasons.
--Linus Torvalds
Visit Pa Penguin's Icebox: http://www.pa-mcclamrock.com/icebox.html
|
|
Back to top
|
|
 |
bugman

Joined: 20 Dec 2005 Posts: 2131 Location: buffalo commons
|
Posted: Mon 09 Feb 2009, 07:31 Post subject:
|
|
minimatter, haven't looked at mickey yet, will if i can
david, thanks for the great app, saw the color changing but haven't played with it, i like the decimal viewing though!
attached is a screenshot with the official hexedit [black], newer hexedit [blue], i hex [white w/ debug window], wishbinvu [orange]
i keep calling it mahavishnu, crikey!
| Description |
|
| Filesize |
181.24 KB |
| Viewed |
583 Time(s) |

|
|
|
Back to top
|
|
 |
bugman

Joined: 20 Dec 2005 Posts: 2131 Location: buffalo commons
|
Posted: Wed 11 Feb 2009, 09:16 Post subject:
|
|
| Minimatter wrote: | | Another, non-console, hex editor is the Mickey hex editor. |
got it, not bad, still like wishbinvu better, but would rate mickey as #2
|
|
Back to top
|
|
 |
amigo
Joined: 02 Apr 2007 Posts: 1757
|
Posted: Wed 11 Feb 2009, 10:13 Post subject:
|
|
Cooledit is a nice binary editor:
http://cooledit.2038bug.com/
It includes a compiler interface, a python inetrpretor and a very nice man-page reader which I use. I used to use cooledit quite a lot, but I hardly do any binary editing anymore, so I stick to SciTE. But, I rolled the sources for the 'coolman' man-page reader together with the sources for a man-page search program to create one of the most recommended programs ever -called RTFM:
http://distro.ibiblio.org/pub/linux/distributions/amigolinux/download/Applications/Search/rtfm/0.6.0/
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Wed 11 Feb 2009, 10:21 Post subject:
|
|
Well if you have vim Installed I would be look at this one called 'Cream'
http://olympus.het.brown.edu/cgi-bin/dwww?type=file&location=/usr/share/doc/cream/html/index.html
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
carolus
Joined: 14 Feb 2007 Posts: 129
|
Posted: Wed 11 Feb 2009, 23:11 Post subject:
|
|
I like the bvi binary editor, easily built from source:
http://bvi.sourceforge.net/
This is a binary version of vi, so unless you are fond of vi and vim, it may not be to your taste.
|
|
Back to top
|
|
 |
bugman

Joined: 20 Dec 2005 Posts: 2131 Location: buffalo commons
|
Posted: Thu 12 Feb 2009, 08:45 Post subject:
|
|
no mas! no mas!
|
|
Back to top
|
|
 |
|
|
Page 1 of 2 [18 Posts] |
Goto page: 1, 2 Next |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|