rednaga / APKiD

Android Application Identifier for Packers, Protectors, Obfuscators and Oddities - PEiD for Android
Other
2.08k stars 296 forks source link

[DETECTION] Missed Compiler Detection #244

Open apkunpacker opened 3 years ago

apkunpacker commented 3 years ago

classes.dex.zip

>  apkid ~/Downloads/classes2.dex 
 [+] APKiD 2.1.1 :: from RedNaga :: rednaga.io
 [*] ~/Downloads/classes2.dex
  |-> compiler : unknown (please file detection issue!)

Dex extracted from https://play.google.com/store/apps/details?id=com.cerdillac.instories

$ apkid "Insta Story Art_1.2.5.apk"
[+] APKiD 2.1.1 :: from RedNaga :: rednaga.io
[*] Insta Story Art_1.2.5.apk
 |-> packer : Tencent's Legu
[*] Insta Story Art_1.2.5.apk!assets/audience_network.dex
 |-> anti_debug : Debug.isDebuggerConnected() check
 |-> anti_vm : possible Build.SERIAL check
 |-> compiler : unknown (please file detection issue!)
[*] Insta Story Art_1.2.5.apk!classes2.dex
 |-> compiler : unknown (please file detection issue!)
[*] Insta Story Art_1.2.5.apk!classes3.dex
 |-> compiler : unknown (please file detection issue!)
[*] Insta Story Art_1.2.5.apk!classes.dex
 |-> anti_disassembly : non-zero link offset, non-zero link size
 |-> compiler : dexlib 2.x
 |-> packer : Mobile Tencent Protect

Classes2.dex and Classes3.dex's compiler stay undetected

apkunpacker commented 3 years ago

audience_network.zip

$ apkid audience_network.dex
[+] APKiD 2.1.1 :: from RedNaga :: rednaga.io
[*] audience_network.dex
 |-> anti_vm : possible Build.SERIAL check
 |-> compiler : unknown (please file detection issue!)

classes.zip

$ apkid classes.dex
[+] APKiD 2.1.1 :: from RedNaga :: rednaga.io
[*] classes.dex
 |-> anti_debug : Debug.isDebuggerConnected() check
 |-> anti_vm : Build.FINGERPRINT check, Build.MANUFACTURER check, Build.MODEL check, Build.PRODUCT check, Build.TAGS check
 |-> compiler : unknown (please file detection issue!)

MarketUpdateHelper.apk.zip

$ apkid MarketUpdateHelper.apk.zip
[+] APKiD 2.1.1 :: from RedNaga :: rednaga.io
[*] MarketUpdateHelper.apk.zip!classes.dex
 |-> compiler : unknown (please file detection issue!)

classes8.zip

$ apkid classes8.zip
[+] APKiD 2.1.1 :: from RedNaga :: rednaga.io
[*] classes8.zip!classes8.dex
 |-> anti_vm : Build.BRAND check, Build.DEVICE check, Build.FINGERPRINT check, Build.MANUFACTURER check, Build.MODEL check, Build.PRODUCT check, Build.TAGS check, SIM operator check, network operator name check, possible Build.SERIAL check
 |-> compiler : unknown (please file detection issue!)
enovella commented 2 years ago

@apkunpacker Can you please edit the ticket title and be more clear? I don't know what's wrong with it. Can you rephrase please?