You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is Issue 4 moved from a Google Code project.
Added by 2011-09-06T11:08:03.000Z by jameswan...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Defect, Priority-Medium
Original description
<b>What steps will reproduce the problem?</b>
1. install all software listed in README by Synaptic.
2. start apkinspector and parse launcher2
3. get some console error output and nothing displayed in apkinspector
Below was the error messages:
~/apps/apkinspector$ python startQT.py
Traceback (most recent call last):
File "/home/james/apps/apkinspector/MyThread.py", line 24, in run
Global.VM = DalvikVMFormat(Global.APK.getDex())
File "/home/james/apps/apkinspector/androguard/core/bytecodes/dvm.py", line 2768, in __init__
self.load_class()
File "/home/james/apps/apkinspector/androguard/core/bytecodes/dvm.py", line 2771, in load_class
self.__header = HeaderItem( 0, self, ClassManager() )
File "/home/james/apps/apkinspector/androguard/core/bytecodes/dvm.py", line 617, in __init__
self.format = SVs( HEADER[0], HEADER[1], buff.read( calcsize(HEADER[0]) ) )
File "/home/james/apps/apkinspector/androguard/core/bytecode.py", line 296, in __init__
self.__value = ntuple._make( unpack( self.__size, buff ) )
struct.error: unpack requires a string argument of length 112
Traceback (most recent call last):
File "startQT.py", line 188, in on_actNew_triggered
self.Tab_Methods(Global.APK, Global.VM, Global.VMX)
AttributeError: 'module' object has no attribute 'VM'
The text was updated successfully, but these errors were encountered:
This is Issue 4 moved from a Google Code project.
Added by 2011-09-06T11:08:03.000Z by jameswan...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Defect, Priority-Medium
Original description
The text was updated successfully, but these errors were encountered: