Searched refs:exe_match (Results 1 – 2 of 2) sorted by relevance
31 exe_match = image_base_reg_ex.match(exe_headers) variable33 if not exe_match or not exe_match.group(1):35 if exe_match.group(1) != '420000':
852 static inline int exe_match(char *exe, char *name) in exe_match() function