Changeset 141 for trunk/src/pe2lx/pe.cpp


Ignore:
Timestamp:
Jun 21, 1999, 3:16:23 AM (26 years ago)
Author:
buerkle
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/pe2lx/pe.cpp

    r97 r141  
    1 /* $Id: pe.cpp,v 1.3 1999-06-10 17:08:55 phaller Exp $ */
     1/* $Id: pe.cpp,v 1.4 1999-06-21 01:15:40 buerkle Exp $ */
    22
    33/*
     
    617617                cout << "Resource Data RVA " << hex(pData->OffsetToData) << endl;
    618618                cout << "Resource Data VA  " << hex(VirtualAddress) << endl;
     619                cout << "Resource Codepage " << pData->CodePage << endl;
    619620                if(pData->Size) {//winamp17 winzip archive has resource with size 0
    620621                 switch(type) {
Note: See TracChangeset for help on using the changeset viewer.