Skip to content

Commit

Permalink
Add DxShield
Browse files Browse the repository at this point in the history
  • Loading branch information
circleous authored Oct 29, 2016
1 parent bed7280 commit c17ccf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apkid/rules/apk/packers.yara
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rule dxshield : packer
$res = "assets/DXINFO.XML"
condition:
is_apk and ($decryptlib or $res)
is_apk and ($decryptlib and $res)
}

rule secneo : packer
Expand Down

0 comments on commit c17ccf0

Please sign in to comment.