searching files for hex values and replacing them

benlogan

New member
Joined
Feb 4, 2005
Messages
2
Programming Experience
1-3
hey, i was wondering how to search each file in a list view/box for two hex strings and replace them with other values if it finds any. first is searches for the 1st value and if found replaces it. then it searches for the 2nd hex value and if found replaces that one. once the file has been processed it has to be remove from the list. I hope some can help me. the values are:

Value 1

744BE8CAFDFFFF85C07D0633C050

if found replace with : 744BE8CAFDFFFF85C0EB0633C050

Value 2

E8CAFDFFFF85C07D

if found replace with : E8CAFDFFFF85C0EB

thanks in advance.
 
Back
Top