Go to the documentation of this file.
26 #define CHIPMEM_START 0x00000000
27 #define CHIPMEM_END 0x00200000
29 #define SAVEKMSG_MAGIC1 0x53415645
30 #define SAVEKMSG_MAGIC2 0x4B4D5347
48 end = strtoul(argv[1],
NULL, 0);
49 printf(
"Searching for SAVEKMSG magic...\n");
50 for (p = start; p <= end-
sizeof(
struct savekmsg); p += 4) {
62 puts(
">>>>>>>>>>>>>>>>>>>>");
66 puts(
"<<<<<<<<<<<<<<<<<<<<");