GNOME Bugzilla – Bug 712187
Decode 64 bit integers also
Last modified: 2015-08-28 21:50:07 UTC
Created attachment 259703 [details] [review] Patch to add 64-bit integer decoding I needed a hex editor to read Matroska files, and they can contain 64-bit integers. Since 64-bit is probably going to become more common in the future, it would be nice if GHex supported this.
Actually my patch may be doing the conversion wrong. I'm still investigating.
Created attachment 259707 [details] [review] Patch to add 64-bit integer decoding The last version was broken because pow2 was overflowing. Interestingly, it caused the output to match one of the programs I'm testing, which means I know what the bug is there now too. The version of the patch works for me.
That's a great patch, thanks! Sorry for the delay. Pushed to master as https://git.gnome.org/browse/ghex/commit/?id=f56cbdb6bf136c914adb4f93adda440d6becd7a1