Skip to content
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

Remove Armadillo v1.71 PEiD rules #12

Closed
wants to merge 1 commit into from
Closed

Remove Armadillo v1.71 PEiD rules #12

wants to merge 1 commit into from

Conversation

wesinator
Copy link
Contributor

The PEiD signature for Armadillo v1.71 has false positive overlaps on MS VC++ compiled binaries, e.g.

$a0 = { 55 8B EC 6A FF 68 ?? ?? ?? ?? 68 ?? ?? ?? ?? 64 A1 ?? ?? ?? ?? 50 64 89 25 }

Yara-Rules/rules#39

PEiD signature has false positives on MS VC++ compiled binaries
@torusrxxx
Copy link
Member

We don't need to delete this signature. The user just need to be noticed that this signature might have false positive.

@wesinator
Copy link
Contributor Author

@torusrxxx the signature will have false positives. 55 8B EC 6A FF 68 ?? ?? ?? ?? 68 ?? ?? ?? ?? 64 A1 is a subsequence of MSVC headers and the MSVC rules in this signature.
The PEiD signature isn't unique enough to actually tell you if the binary was packed with Armadillo 1.71

I would at least remove it from https://github.com/x64dbg/yarasigs/blob/8efd4725c10905a3af5b0f3d5d87792acf69c7e0/packer.yara

@wesinator wesinator closed this Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants