Home
last modified time | relevance | path

Searched refs:pPEInfo (Results 1 – 2 of 2) sorted by relevance

/dports/devel/xelfviewer/XELFViewer-0.03/SpecAbstract/
H A Dspecabstract.cpp4542 if(pPEInfo->nImportSection==pPEInfo->nEntryPointSection) in PE_handle_Protection()
5126 …if((pPEInfo->nEntryPointAddress-pPEInfo->listSectionHeaders.at(pPEInfo->nEntryPointSection).Virtua… in PE_handle_Protection()
8806 … if((pPEInfo->nOverlayOffset)&&(pPEInfo->nOverlaySize)&&(pPEInfo->basic_info.bIsDeepScan)) in PE_handle_Installers()
9192 Q_UNUSED(pPEInfo) in PE_handle_PolyMorph()
10199 getLanguage(&(pPEInfo->mapResultLinkers),&(pPEInfo->mapResultLanguages)); in PE_handleLanguages()
10200 getLanguage(&(pPEInfo->mapResultCompilers),&(pPEInfo->mapResultLanguages)); in PE_handleLanguages()
10201 getLanguage(&(pPEInfo->mapResultLibraries),&(pPEInfo->mapResultLanguages)); in PE_handleLanguages()
10202 getLanguage(&(pPEInfo->mapResultTools),&(pPEInfo->mapResultLanguages)); in PE_handleLanguages()
10203 getLanguage(&(pPEInfo->mapResultPackers),&(pPEInfo->mapResultLanguages)); in PE_handleLanguages()
16118 …if((pPEInfo->listSectionHeaders.at(0).SizeOfRawData==0)&&((pPEInfo->nResourceSection==-1)||(pPEInf… in PE_isValid_UPX()
[all …]
H A Dspecabstract.h1368 static void PE_handle_tElock(QIODevice *pDevice,bool bIsImage,PEINFO_STRUCT *pPEInfo);
1371 static void PE_handle_Themida(QIODevice *pDevice,bool bIsImage,PEINFO_STRUCT *pPEInfo);
1373 static void PE_handle_Petite(QIODevice *pDevice,bool bIsImage,PEINFO_STRUCT *pPEInfo);
1376 static void PE_handle_Borland(QIODevice *pDevice,bool bIsImage,PEINFO_STRUCT *pPEInfo);
1377 static void PE_handle_Watcom(QIODevice *pDevice,bool bIsImage,PEINFO_STRUCT *pPEInfo);
1378 static void PE_handle_Tools(QIODevice *pDevice,bool bIsImage,PEINFO_STRUCT *pPEInfo);
1379 static void PE_handle_PETools(QIODevice *pDevice,bool bIsImage,PEINFO_STRUCT *pPEInfo);
1384 static void PE_handle_SFX(QIODevice *pDevice,bool bIsImage,PEINFO_STRUCT *pPEInfo);
1395 static bool PE_isProtectionPresent(PEINFO_STRUCT *pPEInfo);
1539 static bool PE_isValid_UPX(QIODevice *pDevice,bool bIsImage,PEINFO_STRUCT *pPEInfo);
[all …]