Edit Menu

Undo: undoes your previous action.
Undo List: shows a list of all your previous actions and you can optionally select one of them and restore it.
Redo: undoes the undo actions, starting from the last one.
Cut: cuts a selected portion to the buffer. To select a portion, double click the hex part of the code (start point) and again double click it to define the ending point.
Copy: copies a selected portion to the buffer. To select a portion, double click the hex part of the code (start point) and again double click it to define the ending point.
Copy as...: copies a selected portion to the buffer as that the buffer can be used with other programs. Supported modes are: Binary, C+ source code, HTML document, Rich Text Format document and plain text, Quick Basic source code, Visual Basic 5.0 source code, raw Hex, Java and Octal.
Paste: pastes a selected portion from the buffer to the file.
Paste Special: pastes a selected portion from the buffer to the file. The expression must be one of the available expression. The data may be separated or not. If they are separated, check the ignore separation marks check box.
Select All: selects automatically all data from the logged file.
Fill
:
fills a selected portion with a certain byte from null (00) to (FF). Delete: deletes the byte where the current position is. If a selection is made, then the selection is deleted.
Find: finds the first instance of an expression within the target source.
Find next: repeats last find command.
Replace: replaces and expression within a target.
Goto: jumps a certain amount of bytes forward or backward in the source.
Goto again: repeats last jump.
Watches: access to the watch manager. You may use unlimited number of watches.
Watch mode: if you intend not to use watches, disabling (mute) them will accelerate the kernel. Otherwise you may enable them or have an automatic mode (enables them only if they exists, mutes if they don't). The last mode is the default. Generate Checksum: generates the checksum of a file, using many popular digests and CRC's. Requires the checksum plugin.
Modify: modifies a current selection by applying logical effects (XOR, OR, NOT, AND), numerical effects like addition and subtraction or special effects like sign change. Requires the Modify plugin.

Return