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
Refactored cpdetect - much cleaner and simpler code.
YARA is built with dotnet module.
Replaced an old rule with a new one using YARA dotnet module in support/yara_patterns/tools/pe/x86/packers.yara
x64 binaries are using both x64 and x86 YARA rules. This is the only architecture that does this - i.e. x86 sis currently not using x64, arm64 is not using arm, etc. If some of these should be doing so, let me know.
It is possible to use the
pe
module in YARA rules used byretdec-fileinfo.exe
, but the same does not apply to thedotnet
module.Would it be possible to add support of
dotnet
module to the retdec's YARA compiler?The text was updated successfully, but these errors were encountered: