Talkhard / apkinspector

Automatically exported from code.google.com/p/apkinspector
0 stars 0 forks source link

Inspect launcher2 of Honeycomb failed #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
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'

Original issue reported on code.google.com by jameswan...@gmail.com on 6 Sep 2011 at 11:08

GoogleCodeExporter commented 8 years ago
Hi. Have you tried to change an apk? Please contact me directly with 
email:zc1988104(at)gmail(dot)com.

Original comment by zc1988...@gmail.com on 15 Sep 2011 at 8:28

GoogleCodeExporter commented 8 years ago
I have same symptom. Is it fixed?

Original comment by cheru...@gmail.com on 5 Dec 2011 at 6:54