How do I change hex values in a program with separate values like below? Is there any editors which support this? I believe that there should be methods to fix this.
(?? is any value which varies in every match. I don't know how many patterns there are, only the file.)
example(this is only an example):
SEARCH: 88 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 96 ?? ?? ?? ?? 1c 96 ?? ?? ?? ?? ?? ?? ?? 48 12 12 9d ?? ?? ?? ?? 96 ?? ?? ?? ?? ?? ?? 1c 96 ?? ?? ?? ?? ?? ?? ?? 47 1d 96 ?? ?? ?? ?? ?? ?? 1c 96 ?? ?? ?? ?? ?? ?? ?? 0b 1d
REPLACE: 88 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 96 ?? ?? ?? ?? 1c 96 ?? ?? ?? ?? ?? ?? ?? 48 12 12 9d ?? ?? ?? ?? 96 ?? ?? ?? ?? ?? ?? 1c 96 ?? ?? ?? ?? ?? ?? ?? 47 1d 96 ?? ?? ?? ?? ?? ?? 1c 96 ?? ?? ?? ?? ?? ?? ?? 0a 1d
PS. I'm a high schooler who is new to this area so I need people's help. Please don't mark me down(reputation>=1 please). Thank you very much. I believe this question is an original post, not too broad nor specific. Please fix me if my questioning format is incorrect.