Bit Editor

The Bit editor tool (View menu > Tool panels > Bit editor) displays and allows changing the numeric value and bits of an unsigned integer value from the open file.

The top section of the panel sets the integer size and endianness of the value to load from the cursor position.

The middle section shows the current numeric value in the chosen base and which bits are set/cleared. Either of these can be changed to modify the file. Hovering over the bit checkboxes will display the numeric value of that bit.

The operator buttons at the bottom of the panel apply bitwise operations to the value and update the value in the file (e.g. pressing NOT will flip all the bits). Operators requiring an extra operand (AND, OR, XOR) will open a dialog to enter it.