I'm trying to create Installer Detection Technology. I found this document from Microsoft.This Link.
1. Filename includes keywords like "install," "setup," "update," etc.2. Keywords in the following Versioning Resource fields: Vendor, Company Name, Product Name, File Description, Original Filename, Internal Name, and Export Name.3. Keywords in the side-by-side manifest embedded in the executable. 4. Keywords in specific StringTable entries linked in the executable.5. Key attributes in the RC data linked in the executable.6. Targeted sequences of bytes within the executable.I was successfully able to retrieve the Information of first 3 points.How can I Get the information of last three pointsThat is, StringTable entries , RC data , Targeted sequences of bytes.