Ignore:
Timestamp:
Oct 2, 2000, 6:01:40 AM (25 years ago)
Author:
bird
Message:

Added some limited dump capabilities for PE executables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/kFileFormatBase.cpp

    r3246 r4358  
    1 /* $Id: kFileFormatBase.cpp,v 1.1 2000-03-27 10:18:40 bird Exp $
     1/* $Id: kFileFormatBase.cpp,v 1.2 2000-10-02 04:01:39 bird Exp $
    22 *
    33 * kFileFormatBase - Base class for kFile<format> classes.
     
    7171    return pvFile;
    7272}
     73
     74/**
     75 * Dump function.
     76 * @returns Successindicator.
     77 * @param   pOut    Output file.
     78 */
     79BOOL   kFileFormatBase::dump(kFile *pOut)
     80{
     81    pOut = pOut;
     82    return FALSE;
     83}
     84
Note: See TracChangeset for help on using the changeset viewer.