Replace multiple characters in all files ???

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Replace multiple characters in all files ???

Post by hackspeedok »

I have a table file like:

Code: Select all

replace = find
a = Á
b= À
c = Ả
d = Ã
e = Ạ
f = Ă


I want to replace multiple characters in all files with the table file (case sensitive). Can you help me ? Thanks.
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: Replace multiple characters in all files ???

Post by hackspeedok »

anyone can help me ? Thanks