// This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. #include "Dump.h" #include #include using namespace std; void dumpLines(smartPtr& fcBuf, udword startOffset, sdword length, int blockLen) { int num = 0; while (length > 0) { cout << "(0x" << hex << setw(2) << setfill('0') << num << "): "; num++; int b = 0; for (int i=0; i& fcBuf, udword startOffset, sdword length, int blockLen) { int num = 0; while (length > 0) { cout << "(0x" << hex << setw(2) << setfill('0') << num << "):" << endl; num++; int b = 0; for (int i=0; i