Home
last modified time | relevance | path

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

/dports/devel/xelfviewer/XELFViewer-0.03/SpecAbstract/
H A Dspecabstract.cpp5953 if(pPEInfo->mapCodeSectionDetects.contains(RECORD_NAME_SKATER)) in PE_handle_NETProtection()
5998 else if(pPEInfo->mapCodeSectionDetects.contains(RECORD_NAME_DEEPSEA)) in PE_handle_NETProtection()
6000 ss=pPEInfo->mapCodeSectionDetects.value(RECORD_NAME_DEEPSEA); in PE_handle_NETProtection()
6072 else if(pPEInfo->mapCodeSectionDetects.contains(RECORD_NAME_DOTNETZ)) in PE_handle_NETProtection()
6171 if(pPEInfo->mapCodeSectionDetects.contains(RECORD_NAME_CODEWALL)) in PE_handle_NETProtection()
6183 if(pPEInfo->mapCodeSectionDetects.contains(RECORD_NAME_EAZFUSCATOR)) in PE_handle_NETProtection()
6194 if(pPEInfo->mapCodeSectionDetects.contains(RECORD_NAME_OBFUSCAR)) in PE_handle_NETProtection()
6211 if(pPEInfo->mapCodeSectionDetects.contains(RECORD_NAME_PHOENIXPROTECTOR)) in PE_handle_NETProtection()
6222 else if(pPEInfo->mapCodeSectionDetects.contains(RECORD_NAME_SIXXPACK)) in PE_handle_NETProtection()
6228 if(pPEInfo->mapCodeSectionDetects.contains(RECORD_NAME_RENETPACK)) in PE_handle_NETProtection()
[all …]
H A Dspecabstract.h1174 QMap<RECORD_NAME,_SCANS_STRUCT> mapCodeSectionDetects; member