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.h

    r4129 r4358  
    1 /* $Id: kFileFormatBase.h,v 1.3 2000-08-31 03:00:13 bird Exp $
     1/* $Id: kFileFormatBase.h,v 1.4 2000-10-02 04:01:39 bird Exp $
    22 *
    33 * kFileFormatBase - Base class for kFile<format> classes.
     
    2323******************************************************************************/
    2424#pragma pack(4)
     25
     26class kFile;
    2527
    2628/**
     
    5759
    5860    static void * readfile(const char *pszFilename);
     61    virtual BOOL  dump(kFile *pOut);
    5962};
    6063
Note: See TracChangeset for help on using the changeset viewer.