AlexB
05-03-2008, 09:06 PM
Hi everybody,
I am glad to present new program for Windows Mobile. It is a simple hex editor "EDh".
http://forum.xda-developers.com/attachment.php?attachmentid=74212&stc=1&d=1204743649
You can download it from here:
http://winm-soft.atspace.com/data_source/edh1.0_wm2003.CAB
Good luck!
the-equinoxe
05-03-2008, 10:32 PM
Nice :)
A hex editor always comes in handy.
theme freak
06-03-2008, 09:03 AM
Frens can you let me know what is the function or what is hex? Thanks :)
seanpu1
06-03-2008, 10:29 AM
oh very nice! Just what is needed. How many times have i screemed for a hex editor????
Theme freak, hex editor let you view and edit binary files, as opposed to a text editor which lets you write, edit text files. Lookup Hex on wikipedia for more info. http://en.wikipedia.org/wiki/Hex_editor
chunkymonkey
06-03-2008, 11:54 AM
To be honest theme freak, that Wikipedia entry that seanpu1 points to isn't wikipedia's best. (Generally I'm a big fan of it).
'Hexadecimal' (if this helps) is a numbering system which is no different in principle to decimal or binary except that:
- binary has 2 digits before needing to add a new column (0, 1, 10, 11, 100, 101, 110, 111, 1000, 1001, etc.);
- good old decimal of course has 10 digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, etc.);
- and hexadecimal has 16 digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 1A, 1B, 1C, 1D, 1E, 1F, 20, 21, etc.)
The higher 'base' you use, the larger numbers or amounts can be expressed without having to have express it by writing many digits. The amount which equates to the roman numeral XIII is of course '13' in decimal. In binary, it's '1101' and in hex it's only 'D'.
See this page for a conversion tool for all 3 that is oddly diverting for a few minutes: http://www.mathsisfun.com/binary-decimal-hexadecimal-converter.html Also gives great info about different 'base' maths methods.
gthing
06-03-2008, 12:27 PM
This is pretty slick - great work with this program.
T-mex
07-03-2008, 12:20 AM
Bravo!! Something I've been on the lookout for. Will make editing things on the fly much easier when away from the desk...
Thanks!!
theme freak
07-03-2008, 06:00 PM
Thanks for the explanation all my frens :D
the-equinoxe
19-03-2008, 08:23 AM
@AlexB
Could you add VGA support?
When using it on my m800 the layout is somewhat warped.
AlexB
20-03-2008, 11:15 PM
EDh version 1.1 is released today.
Now you can edit a process memory (code, heaps). About VGA supporting I tested program on VGA devices and I did not see any visualization problems but you can send me problem screenshot via e-mail from site and I think we will fix it ;)
http://winm-soft.atspace.com/data_source/edh1.1_wm2003.CAB
the-equinoxe
22-03-2008, 11:27 PM
EDh version 1.1 is released today.
Now you can edit a process memory (code, heaps). About VGA supporting I tested program on VGA devices and I did not see any visualization problems but you can send me problem screenshot via e-mail from site and I think we will fix it ;)
http://winm-soft.atspace.com/data_source/edh1.1_wm2003.CAB
Wow, thanks for this new version, you work fast!
This version has no problems with visualization on VGA devices any more.
I love the process memory editing capabilities, opens a new realm of tweaking :)
Thanks for this wonderful piece of software, and keep up the good work.
AlexB
25-03-2008, 06:38 PM
Now EDh supports bookmarks also some old bugs have been replaced by new...
Program lives here:
http://winm-soft.atspace.com/data_source/edh1.2_wm2003.CAB
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.