Release wxHexEditor


NearTao

Member
Joined
Sep 13, 2008
Messages
376
Location
United States
Website
www.neartao.com
YOUTUBE
UCD2urNmxTgZBdfCSWYyovCw
wxHexEditor is a really nice wx framework based hex editor.  You can grab it from the repo here http://repo.openpandora.org/?page=detail&app=wxHex

From the about page:

Why I am coding this?

 

    I needed to look big avi files from linux because of implementing DivFix++'s 2GB avi file support. But I can't Because there is no good editor for Linux, which supports files larger than 2GB. I couldn't believe this for beginning. But after lots of search, I realize the fact that every hex editor in linux needs to copy every byte at your RAM. I don't know shell hex editors and how they are good in linux, It might be useful but I wanted a hex editor with beautiful GUI. Hexing a file is complex enough, why make it harder with shell programs? I used WinHex at my past while I am windows boy, but I grown, who uses windows except gaming? WinHex is fantastic, professional program. wxHexEditor will not as good as WinHex. Even you cannot compare them. My program will be (I wish) a simple hex editor specialy for big files. Might be you can dump memory and raw device access (like HDD/Floppy/CD...) at future. 

 


Latest Update 

- Rebuild from 0.22 to 0.23 source code

- Had lost 0.22 changes for Pandora compile, so had to re-implement

- Added in missing libraries
 
Last edited by a moderator:
Back
Top