| Author |
Message |
   
steve35
Username: steve35
Registered: N/A
| | Posted on Monday, Dec 3, 2007 - 22:28: | |
Is it possible to read a file and strip bytes as it writes back to another file with winhex? I have a 250 gb drive image file ( but at this point it only matters that it is a file ) I need to read 520 bytes ,then write back 512 bytes to new file , then continue this process to the end of the file,discarding 8 bytes for every 520 read.. Can this be done with winhex? Thanks in advance |
   
Stefan Fleischmann
Username: admin
Registered: 1-2001
| | Posted on Monday, Dec 3, 2007 - 22:49: | |
Yes, with a script that employs the commands Read Write NextObj in a "{}[...]" loop and runs after having opened both files. |
|