User: editor -- 2011-01-20 << 701 703 >> |
Hits: 3802 |
Type: Search replace binary |
Search all Search replace binary examples |
Description: |
How to remove the 120 bytes that followed by ABC in binary files? |
Input Sample: |
input binary file: ...............ABC*********(ABC+120bytes)...... .................................. .................................. |
Output Sample: |
output binary file: ...............(123 bytes removed here)...... .................................. .................................. |
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 one or more binary files from windows to 'batch runner' window 3. click 'Fast Replace' button. 4. click 'Add' to add new replace rules: * in 'search', enter: * in 'replace', enter nothing * click 'ok' 5. make sure 'regular exp' and 'cross line' and 'binary file' options are selected, then click 'Start', done! |
Screenshot 1: Fast_Replace_Window |