Use this function to search for either a hex command (in full) or a regular expression matching some hex command (with spaces between the bytes) and replace it globally (or within selected domains) with another command.
The replace string must be 23 characters (8 x 2 character bytes plus 7 spaces between the bytes). When a hex digit is present in the replace stream, it replaces the hex digit in the same position in the original command. When a dot is present in the replace string, the original digit at the same position will be preserved.
Example:
Search for: 30 .2 .. .. .. 01 .. .. (which is the code for JumpTT to Title 1)
Replace with: .. .. .. .. .. 02 .. ..
will change all occurrences of JumpTT to Title 1 to JumpTT to Title 2 in the DVD.
Note: There is no undo for this function
For a full description on how to use this plugin, please refer to this guide.