https://bugs.kde.org/show_bug.cgi?id=184122
Simon Hüllmandel <lllusion3...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lllusion3...@gmail.com --- Comment #4 from Simon Hüllmandel <lllusion3...@gmail.com> --- It might also be nice to support integers other than {8,16,32,64}-bit. One format I'm working with uses one byte to specify the "size" of the integer following this byte. This can result in e.g 3-byte (24-bit) integers like this: 03 AB CD EF would be 0xEFCDAB. I'm not asking for support for this specific binary format, but some way to decode these. One way I'm thinking of would be to go by mouse/keyboard selection. I.e. you would select AB CD EF in the file view and get the value in the decoding table either in a new row or by restricting the existing rows to the selection. -- You are receiving this mail because: You are watching all bug changes.