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
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