Closed GoogleCodeExporter closed 9 years ago
Hi,
for now, you need to install pygments (pygments.org).
We are working on a new ARE release :)
Original comment by anthony....@gmail.com
on 10 Feb 2012 at 8:47
is it ok ?
Original comment by anthony....@gmail.com
on 11 Feb 2012 at 9:31
Original comment by anthony....@gmail.com
on 17 Feb 2012 at 9:25
Hi,
I apologize for my delayed response. I have installed pygments and it works.
But I
cannot make a new ARE work, so I don't know the difference between the two
versions.
And I am interested in your decompiler, dad. As you mentioned in Black Hat
2011,dad
only uses Dalvik bytecode to create an original Java source code. Hence, I
would
like to know its effect. But when I use it, it always give me an error warning,
like
AttributeError Traceback (most recent call last)
/home/android/tools/androguard/androlyze.py in <module>()
----> 1
2
3
4
5
AttributeError: 'DalvikVMFormat' object has no attribute
'CLASS_Lcom_android_root_adbRoot'
And I start to use it with the command like
android@honeynet:~/tools/androguard$ ./androlyze.py -s
In [1]: a, d, dx = AAnalyzeAPK("/home/android/Downloads/Mms.apk",
decompiler="dad")
In [2]: d.CLASS_Lcom_android_root_adbRoot.METHOD_crypt.source()
Really sorry for my delayed response and thanks for your help!
Original comment by Sophie.x...@gmail.com
on 19 Feb 2012 at 3:56
Original comment by anthony....@gmail.com
on 22 Feb 2012 at 5:06
Original comment by anthony....@gmail.com
on 27 Mar 2012 at 3:17
Original comment by anthony....@gmail.com
on 20 May 2012 at 9:19
Original issue reported on code.google.com by
Sophie.x...@gmail.com
on 10 Feb 2012 at 8:41