hobbits
hobbits copied to clipboard
A multi-platform GUI for bit-based analysis, processing, and visualization
Edit plugin. With other changes to BitArray, DisplayWidget and possibly more. Edit is a plugin for Hobbits that allows a user to directly change the data of a Bit Container....
I have limited knowledge of Qt so I'm not sure if this is even possible with the way hobbits-runner is implemented currently, but it for some reason still needs a...
Would be very valuable to interpret the bits beginning at cursor as a decimal number or floating point while in hex and binary view. In other hex editors this feature...
I'm not sure about this, but Qt 5 is becoming a pain to deal with for builds (doesn't work with GCC 11) and Qt has been pretty routinely complained about...
make it so that the symbol raster can display a gradient (like the byte raster)
It might be nice to have some preloaded Symbol Raster configurations. In theory this could be done for any plugin by just saving some preset parameter JSON, so maybe it...
larger word sizes (>8 bits) might be useful in some situations: - gradient mode (enabled by #138 ) - complex symbol raster presets (#139)
The data view didn't seem to respond to arrow keys or page up/page down. This makes traversing very large data sets extremely difficult. Adding support for keyboard navigation to the...
Attempting to examine large quantities of data (gigabytes) is cumbersome since most of the display views work in lines of 256 bits, so it would be very handy to be...
Hello, Thanks for the marvelous tool! Only thing I miss is the opportunity to have both side to side two views : like HEX / ASCII, ASCII / RASTER, ......