I need to write a c/c++/kernel driver program where I can check if an .exe file is an installer or an normal application (For Example: If I have an .exe file which is chorme.exe then it is an normal window application, but if i have an .exe file which is chromeinstaller.exe it is an installer so it is an installer application).
↧