MON.dmp - The dumped CTC_array from target
This file contaings the binary dumped, as-is, one-to-one CTC_array memory from the target.
The format is as it would have been written by the following code snippet
#include <stdio.h>
unsigned char CTC_array[0xff];
void dumpit()
{
FILE *fp = fopen("MON.dmp","wb");
fwrite(CTC_array, sizeof(CTC_array),
sizeof(unsigned char), fp);
fclose(fp);
}
Roland Baer <roland@verifysoft.de>
Testwell Oy Hermiankatu 8, FI-33720 Tampere, Finland Tel. +358-3-364-0280, Fax. +358-3-364-0390 URL: http://www.testwell.fi