Benito Palacios Sánchez
Benito Palacios Sánchez
When we are changing the data in the hex editor, the data we are written must be auto-updated in the text editor and vice-versa.
When selecting hex values in the hex editor, the same text must be selected in the text editor and viceversa.
Add a scrollbar in the panel to seek at the same time in the hex and text editors.
Create a panel component to show at the same time hex and text editors. Hex editor in the left and text editor in the right. Add button / context menu...
By default in the hex editor and text editor the data must be **read-only**. With a property this can be changed.
Commands like "step", "continue" or after _breakpoint break_ we need to ask again for registers. Hex editor and disassembler will detect and ask independtly for data.
In a different textbox multiline component, we need a similar feature like the hex viewer. In this case, instead of in hexadecimal format, we will convert the data into text....
When asking for data get more than needed so we chan show it in the moment, and get the data asynchronous, showing '?' chars while we get it.
Be able to change the data shown in the textbox, checking the format is valid (no invalid chars, autoconvert to uppercase chars). The data must be available from a method.