Interrupt DAT file
Sample
https://drive.google.com/file/d/0B0oEDr ... sp=sharing
Interrupt DAT
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Interrupt DAT
No idea what data it should contain but this script extracts it (including the headers):
Code: Select all
get DAT_SIZE asize
for OFFSET = 0 != DAT_SIZE
get SIZE long
log "" OFFSET SIZE
math OFFSET + SIZE
goto OFFSET
next