-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GS incorectly reported on resource only dlls #1045
Comments
Thanks for the report. Is there a flag or field we can test that confirms that a particular DLL only contains resources? If there is, then I agree that we should change this to |
Also, could you clarify what you mean by "resource DLL"? I assumed that it meant a DLL containing only static program resources (like icons, fonts, etc.) but it looks like Microsoft also uses "resource DLL" to refer to a kind of cluster-management DLL: https://docs.microsoft.com/en-us/previous-versions/windows/desktop/mscs/resource-dlls |
Hi
Please let me know if you need sample project of such dll.
We internally use more advanced tool that needs pdb’s - Best regards (live long and prosper) |
This is very helpful, thanks! As a first pass, checking for a I'll see what BinSkim does. |
Resource only dll does not contain any code
When analyzing such dlls it reports
Warn: No load config in the PE
And reports
GS : "NotPresent"
It would be better report
GS : "NotApplicable"
The text was updated successfully, but these errors were encountered: