Skip to content

Commit

Permalink
Remove duplicate rule after conflict resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
enovella committed Apr 5, 2022
1 parent da46f3e commit b616617
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions apkid/rules/elf/obfuscators.yara
Original file line number Diff line number Diff line change
Expand Up @@ -459,28 +459,6 @@ rule arxan_arm64 : obfuscator
(#a > 3 or #b > 3) and elf.machine == elf.EM_AARCH64
}

rule alipay : obfuscator
{
meta:
description = "Alipay"
url = "https://www.jianshu.com/p/477af178d7d8"
sample = "cbfec478f4860cb503ecb28711fe4767a68b7819d9a0c17cf51aaa77e11eb19a"
author = "Eduardo Novella"

strings:
/**
__obfuscator_version
Alipay Obfuscator (based on LLVM 4.0.1)
Alipay clang version 4.0.1 (based on LLVM 4.0.1.Alipay.Obfuscator.Trial)
*/
$a = "Alipay clang version "
$b = "Alipay Obfuscator (based on LLVM "
$c = "Alipay.Obfuscator."
condition:
any of them and is_elf
}

rule dexguard_native : obfuscator
{
meta:
Expand Down

0 comments on commit b616617

Please sign in to comment.