You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detection of TypeLib ID in .NET samples is through CustomAttributes .NET table where it checks that it points to MemberRef table of GuidAttribute type. However there's one check missing and that is Parent relationship of the custom attribute which must point to AssemblyRef in order to be valid TypeLib ID. Otherwise we're detecting random GUIDs connected to just some types in the .NET module. Examples of samples:
Detection of TypeLib ID in .NET samples is through
CustomAttributes
.NET table where it checks that it points toMemberRef
table ofGuidAttribute
type. However there's one check missing and that isParent
relationship of the custom attribute which must point toAssemblyRef
in order to be valid TypeLib ID. Otherwise we're detecting random GUIDs connected to just some types in the .NET module. Examples of samples:The text was updated successfully, but these errors were encountered: