Author Topic: hexeditor for files over 1GB ?  (Read 979 times)

Offline wedgetail

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2427
  • Any Bugs in site?
hexeditor for files over 1GB ?
« on: January 05, 2011, 06:55:36 AM »
In my partition recovery effort to my amazement photorec has saved a number of pdf files over 1GB. I would like to peek inside at least to see a few of the top lines. 

Okular seems to keel over trying to open them, and it is slow.

Any suggestions to a really fast editor capable of handling 1GB and over  ???
32 bit: KDE (older) & various KDE-mini, ASUSTek P5P41D Rev X.0x, BIOS AMI0207 07/21/2009, "Pentium(R) Dual-Core CPU E5300 @ 2.60GHz", nVidia GeForce 9600 GT, 2x1GB Seagate Technology 1000528AS HDD
TV CompuPro VideoMate Vista E700 (not working in Linux), Acer X243HD LCD Screen

Offline TerryN

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 723
Re: hexeditor for files over 1GB ?
« Reply #1 on: January 05, 2011, 07:15:08 AM »
I'm not clear if you want to just look at them or edit them.  To look at
I usually go to command line and use hexdump -C filename | less
or strings filename | less

Terry.

P.S. hexdump won't look beyond 2GB as it isn't compiled with large file support.  I had to get the source and produce a modified version for looking at files over 2GB :-(
« Last Edit: January 05, 2011, 07:23:33 AM by TerryN »
Dell E521 - AMD 64 X2 5000+, 4GB RAM, ATI X1300 graphics
PCLinuxOS 2013 (KDE)
|Twitter|

Offline wedgetail

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2427
  • Any Bugs in site?
Re: hexeditor for files over 1GB ?
« Reply #2 on: January 05, 2011, 07:35:24 AM »
TerryN
thanks it is a start, so far I have at least 4 over 2G I need a peek into. I was looking randomly in 20GB plus recovered files in hundreds of directories and randomly picked a html file to open:

/here/recup_dir.306/f46455616.html  the page opened instantly in fireFox but a bit fossicking in the code and reconstruction came up with the real thing

http://www.linuxlinks.com/Software/Editors/Hex/

My eyes almost took an about turn   ;D  I had to add this here.
32 bit: KDE (older) & various KDE-mini, ASUSTek P5P41D Rev X.0x, BIOS AMI0207 07/21/2009, "Pentium(R) Dual-Core CPU E5300 @ 2.60GHz", nVidia GeForce 9600 GT, 2x1GB Seagate Technology 1000528AS HDD
TV CompuPro VideoMate Vista E700 (not working in Linux), Acer X243HD LCD Screen

Offline TerryN

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 723
Re: hexeditor for files over 1GB ?
« Reply #3 on: January 05, 2011, 08:59:01 AM »
Maybe you should do the lottery today  ;D ;D
Dell E521 - AMD 64 X2 5000+, 4GB RAM, ATI X1300 graphics
PCLinuxOS 2013 (KDE)
|Twitter|

Offline T6

  • Super Villain
  • ******
  • Posts: 19077
  • xmas is comming!
Re: hexeditor for files over 1GB ?
« Reply #4 on: January 05, 2011, 09:39:34 AM »
"In my partition recovery effort to my amazement photorec has saved a number of pdf files over 1GB"

photorec is kinda dumb with files over 800 mbs

those you recovered could be mpg or avi files, or could be just garbage

if you had those files, edit pdf you need a pdf editor, the structure of a pdf is complex viewing it with a hex editor

about a hex editor capable of handling files this big

there is a windows hex editor, very popular, can't remember the name now, it almost could handle a 22mb file i tried to load, anything over 500 mbs is a waste of time i think
"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan

Offline TerryN

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 723
Re: hexeditor for files over 1GB ?
« Reply #5 on: January 05, 2011, 09:56:14 AM »
Yeah, the annoying thing about the GUI hex editors that I've tried is that they insist on loading the whole file at start up which can be a Bad Thing (tm) with a large file  ::)
Dell E521 - AMD 64 X2 5000+, 4GB RAM, ATI X1300 graphics
PCLinuxOS 2013 (KDE)
|Twitter|