GNOME Bugzilla – Bug 395701
add a memory editing widget
Last modified: 2007-12-21 15:34:50 UTC
The memory editing widget should show the raw bytes of a memory region. Bytes of the memory region should be editable by point and click, at least.
There's already a *very* basic memory view widget in svn (e.g. just a textview with a dump of the memory). I've been working on integrating a proper hex-editing widget from GHex and have completed the basics. If you want to try it out, you need some changes to GHex that are not committed to svn yet. You can check out git-svn repositories of nemiver and ghex from the following locations: http://git.quotidian.org/nemiver.git/ http://git.quotidian.org/ghex.git/
OK, I pushed the changes to svn.