I am scanning a Windows codebase and there are files with the extensions that are prefixed with extensions recognized by the win_pe parser, like .dll, .sys, etc. which has a hex string as a suffix. For example, the extensions in question look like the following: .dll_ebdc1de9, .mui_71b54a25, etc. The extensions set in the win_pe parser should have a wildcard character after the extension to capture these.
I am scanning a Windows codebase and there are files with the extensions that are prefixed with extensions recognized by the win_pe parser, like
.dll,.sys, etc. which has a hex string as a suffix. For example, the extensions in question look like the following:.dll_ebdc1de9,.mui_71b54a25, etc. The extensions set in the win_pe parser should have a wildcard character after the extension to capture these.