Skip to content

Commit

Permalink
Add sample in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebFenton committed Sep 25, 2016
1 parent 2e74146 commit 8b0c89a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions apkid/rules/apk/packers.yara
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ rule baidu : packer

rule pangxie : packer
{
// sample: ea70a5b3f7996e9bfea2d5d99693195fdb9ce86385b7116fd08be84032d43d2c
meta:
description = "PangXie"

Expand Down
3 changes: 1 addition & 2 deletions apkid/rules/dex/packers.yara
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ include "common.yara"

rule pangxie_dex : packer
{
// sample: ea70a5b3f7996e9bfea2d5d99693195fdb9ce86385b7116fd08be84032d43d2c
meta:
description = "PangXie"

Expand All @@ -44,5 +45,3 @@ rule pangxie_dex : packer
is_dex and
$wrapper
}


0 comments on commit 8b0c89a

Please sign in to comment.