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
Describe the bug
Using Yara to extract some .NET information from a binary, in this example, eb0746edea71e38e7b09c10994371999634fa09ec7662a5ba14105ad86f4ad19, it reports the following:
Describe the bug
Using Yara to extract some .NET information from a binary, in this example, eb0746edea71e38e7b09c10994371999634fa09ec7662a5ba14105ad86f4ad19, it reports the following:
However, using ILdasm or a custom tool (using the dnlib library), we get:
Suggestion:
The 2nd GUID should be renamed as MVID to avoid confusion. I'll see if I can do a PR at some point.
To Reproduce
You can review yourself by parsing the accessibility DLL from .NET:
https://www.virustotal.com/gui/file/eb0746edea71e38e7b09c10994371999634fa09ec7662a5ba14105ad86f4ad19/details
Note that VT does report the correct values.
Expected behavior
Yara classifies GUID/Typelib and MVID accordingly.
Screenshots
From ILSpy for the same DLL as above:
Please complete the following information:
Additional context
N/A
The text was updated successfully, but these errors were encountered: