APKiD icon indicating copy to clipboard operation
APKiD copied to clipboard

[Error] yara.Error: internal error: 34

Open anonimQwerty opened this issue 2 years ago • 3 comments

[+] APKiD 2.1.1 :: from RedNaga :: rednaga.io Exception scanning anixart_8-1-2.apk: Traceback (most recent call last): File "C:\Users\admin\AppData\Local\Programs\Python\Python311\Lib\site-packages\apkid\apkid.py", line 123, in scan_file results: Dict[str, List[yara.Match]] = self.scan_file_obj(f, file_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\admin\AppData\Local\Programs\Python\Python311\Lib\site-packages\apkid\apkid.py", line 139, in scan_file_obj matches: List[yara.Matches] = self.rules.match(data=file.read(), timeout=self.options.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ yara.Error: internal error: 34

windows 11 21H2, python 3.11

anonimQwerty avatar Mar 07 '23 09:03 anonimQwerty

Same as https://github.com/rednaga/APKiD/issues/237

apkunpacker avatar Mar 08 '23 04:03 apkunpacker

Can you share the file? Hard to reproduce without it.

CalebFenton avatar Mar 09 '23 21:03 CalebFenton

Can you share the file? Hard to reproduce without it.

In my side it work fine , if its the same application.

$ apkid 'anixart.apk'
[+] APKiD 2.1.4 :: from RedNaga :: rednaga.io
[*] anixart.apk!classes.dex
 |-> anti_vm : Build.FINGERPRINT check, Build.MANUFACTURER check, Build.TAGS check
 |-> compiler : r8
[*] anixart.apk!classes2.dex
 |-> anti_debug : Debug.isDebuggerConnected() check
 |-> anti_vm : Build.MANUFACTURER check, SIM operator check, network operator name check
 |-> compiler : r8 without marker (suspicious)
[*] anixart.apk!classes3.dex
 |-> compiler : r8 without marker (suspicious)

from https://dl.anixart.tv/anixart.apk version 8.1.2(22101520) anixart.apk.zip

apkunpacker avatar Mar 13 '23 11:03 apkunpacker