Skip to content
Snippets Groups Projects
Commit e6ec171c authored by Johannes Späth's avatar Johannes Späth
Browse files

Fixes Cipher filter

parent 06b67fbf
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,7 @@ public class PerAPKAnalyzer {
@Override
public boolean test(IAnalysisSeed t) {
return t.toString().contains("Cipher.getInstance");
return t.toString().contains("Cipher");
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment