| User: editor -- 2010-08-23 << 594 596 >> |
| Hits: 3925 |
| Type: Search replace binary |
| Search all Search replace binary examples |
| Description: |
| How to find bytes 0xAB**CD and replace with 0xCD**AB in multiple binary files? |
| Input Sample: |
| binary files with bytes 0xAB**CD, ** means any 2 bytes. |
| Output Sample: |
| replace them with 0xCD**AB, do not change ** bytes. |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| 1. open "Tools->Batch Runner" window 2. drag multiple binary files from "windows file browser" to "batch runner" window 3. click "fast replace" button, open "fast replace" window: * click "add", in "search" entry fill: * in "replace" entry fill: * click "ok" * make sure option: "regular exp", "cross line", "binary" are enabled. 4. click "start", done! |
Screenshot 1: Fast_Replace_Window |