The Replace Dialog
This dialog, invoked from the Edit/Replace... menu item, allows you to
specify a value of any type to search the file for, and replace it with a value of the same type.
The controls on the replace dialog behave identically to their counterparts on the Find Dialog.
The only difference is the addition of the Replace With field, where you can specify a value to replace matches with.
The Replace With field is interpreted just the same as the Search For field, so if you are searching for an unsigned long
integer, the Replace With value will be interpreted as an unsigned long integer.
If you are searching for a string or a sequence of raw bytes, the search and replace terms must be the same length.
Unlike earlier versions of AXE, starting from AXE 3.2 matches cannot overlap with each other.