Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2012
    Posts
    84
    Thanks
    5
    Thanked 1 Time in 1 Post
    Rep Power
    2

    HexEditor For Linux?

    I remember at University we had a great Hex editor we used for examining files. But I cannot remember the name, does anyone know of a good one?




  2. #2
    Join Date
    Oct 2011
    Location
    Dublin, PA
    Posts
    381
    Thanks
    33
    Thanked 18 Times in 16 Posts
    Rep Power
    10
    Nothing better than vim!

    Open your file in vim.. then use xxd to turn vim into a hex editor:
    Code:
    :%!xxd
    Then to go back to normal:
    Code:
    :%!xxd -r
    xxd creates a hexdump of the file you've got open..

  3. The Following User Says Thank You to Rob For This Useful Post:

    Akendo (04-19-2012)

  4. #3
    Join Date
    Apr 2012
    Posts
    84
    Thanks
    5
    Thanked 1 Time in 1 Post
    Rep Power
    2
    oh awesome! I'll try this, right now I have nothing. I am not a huge fan of the command line - as I tend to get confused, but its better than what I have!

  5. #4
    Join Date
    Feb 2012
    Location
    Europe
    Posts
    138
    Thanks
    4
    Thanked 6 Times in 5 Posts
    Rep Power
    2
    There some out, as well you can use the hexdump command. Else try using GHex.

    so far
    Akendo
    Feel free to follow my blog.

  6. #5
    Join Date
    May 2012
    Posts
    57
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    1
    If you want to look at or edit the source inside the file, you would install ghex or hexedit in linux from the software center or the package management program synaptic. If you mean to run the file you need to install the Wine program, how ever this program does not run all types of Window files, it is limited in use. If you want to extract the contents you would install the program mscompress.

  7. #6
    Join Date
    May 2012
    Posts
    24
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    I think you can just install Wine on your Linux computer and try installing the actually Hex editor program that runs on windows and see if that works my friend. Once Wine is installed you should be able to run executables like a normal Windows machine.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
           








Check out Linux Central for Linux software and other goodies!





» Stats

Members: 3,578
Threads: 3,920
Posts: 9,446
Top Poster: Fred (1,486)
Welcome to our newest member, BarronBetts

» Links



Powered by vBadvanced CMPS