Changeset 141 for trunk/src/pe2lx/pe.cpp
- Timestamp:
- Jun 21, 1999, 3:16:23 AM (26 years ago)
- 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 phallerExp $ */1 /* $Id: pe.cpp,v 1.4 1999-06-21 01:15:40 buerkle Exp $ */ 2 2 3 3 /* … … 617 617 cout << "Resource Data RVA " << hex(pData->OffsetToData) << endl; 618 618 cout << "Resource Data VA " << hex(VirtualAddress) << endl; 619 cout << "Resource Codepage " << pData->CodePage << endl; 619 620 if(pData->Size) {//winamp17 winzip archive has resource with size 0 620 621 switch(type) {
Note:
See TracChangeset
for help on using the changeset viewer.