Hi I'm looking for a hex editor kind of thing but for multiple files? Can Windows Grep do this or does it only handle text strings?

link|improve this question

58% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Volker Schatz' bined

But Perl by itself can do this sort of thing

perl -i.bak -pe 's/\xD5\x37/12/g' *.dat subfolder\*.* otherfolder\foo*
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.