Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Additional Info:
it seems that the methods are now not anymore in the d object.
when i want to access for example the 3rd Class:
AttributeError: 'DalvikVMFormat' object has no attribute
'CLASS_Lcom_something_3'
but there are all listed in the d.classes.class_def list
Original comment by 5hp...@gmail.com
on 4 Jun 2013 at 10:07
another info:
i entered the classname wrong, but also
for i,cla in enumerate(d.classes.class_def):
cla.set_name('L%s;' %i)
does not work.
i can now access all classes over the d object but still show_Permissions(dx)
does not work.
Original comment by 5hp...@gmail.com
on 4 Jun 2013 at 10:47
Original issue reported on code.google.com by
5hp...@gmail.com
on 4 Jun 2013 at 9:50