linkedin / qark

Tool to look for several security related Android application vulnerabilities
Other
3.2k stars 642 forks source link

RuntimeError: maximum recursion depth exceeded in __instancecheck__ #356

Closed nocomp closed 4 years ago

nocomp commented 4 years ago

hi i ve installed qark on another box using pip and when i run this nocomp@8uR34ud3sL1c0rn35:~/tools/android/apk$ sudo qark --apk buzzfzzd.apk --build-path build/ --report-type html --sdk-path /home/nocomp/Documents/Android-Studio/SDK/ --exploit-apk

i get this error after a while

File "/usr/local/lib/python2.7/dist-packages/javalang/parser.py", line 1767, in parse_expressionl expression_2 = self.parse_expression_2() File "/usr/local/lib/python2.7/dist-packages/javalang/parser.py", line 1793, in parse_expression_2 expression_3 = self.parse_expression_3() File "/usr/local/lib/python2.7/dist-packages/javalang/parser.py", line 1829, in parse_expression_3 if self.would_accept('('): File "/usr/local/lib/python2.7/dist-packages/javalang/parser.py", line 146, in would_accept if isinstance(accept, six.string_types) and ( RuntimeError: maximum recursion depth exceeded in instancecheck

any idea how i can avoid/fix this?

thxx for your help

marufhaque3 commented 4 years ago

Hi, I am getting this error. Any idea, how to solve this?

simon-jiang commented 4 years ago

i got the sam error.