Skip to content

Commit

Permalink
Make names less ambiguous and more idiomatic
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebFenton committed Jan 6, 2020
1 parent 5aee3c7 commit cc7a1f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apkid/rules/apk/packers.yara
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ rule dexprotector_b : packer
not dexprotector
}

rule dexpro : packer
rule dexpro_aide_a : packer
{
meta:
description = "DexProtector for AIDE"
Expand All @@ -234,7 +234,7 @@ rule dexpro : packer
is_apk and all of them
}

rule dexpro_a : packer
rule dexpro_aide_b : packer
{
meta:
description = "DexProtector for AIDE"
Expand Down

0 comments on commit cc7a1f1

Please sign in to comment.