User: editor -- 2011-01-18 << 699 701 >> |
Hits: 3485 |
Type: Search replace binary |
Search all Search replace binary examples |
Description: |
How to modify multiple binary files by removing bytes starts from 206? |
Input Sample: |
Binary files: ...................... ...................... ...................... ...................... ...................... ... ... |
Output Sample: |
Keep the first 205 bytes: ...................... ...................... ...................... ...... |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. open "Tools->Batch Runner" menu 2. drag multiple binary files from "Windows File Browser" to "Batch Runner" window 3. click "Fast Replace" button 4. click "Add" to add a rule: in search entry, enter: in replace entry, enter: click "ok" 5. check options of "regular exp", "cross line" and "binary" 6. click "Start", done! Please make backup in advance to avoid any mis-operation. |
Screenshot 1: Fast_Replace_Window |