Code Monkey home page Code Monkey logo

Comments (1)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
Using:
Os: Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-36-generic x86_64)
product version: Androlyze version 2.0


Additional info:


AttributeError                            Traceback (most recent call last)
/home/ubuntu/androguard/androlyze.py in <module>()
----> 1 a, d, dx = AnalyzeAPK('/home/ubuntu/NortonSecurityandAntivirus.apk')

/home/ubuntu/androguard/androlyze.py in AnalyzeAPK(filename, raw, decompiler)
    116     androconf.debug("APK ...")
    117     a = APK(filename, raw)
--> 118     d, dx = AnalyzeDex(a.get_dex(), raw=True, decompiler=decompiler)
    119     return a, d, dx
    120

/home/ubuntu/androguard/androlyze.py in AnalyzeDex(filename, raw, decompiler)
    146
    147     androconf.debug("GVMAnalysis ...")
--> 148     gx = GVMAnalysis(dx, None)
    149
    150     d.set_vmanalysis(dx)

/home/ubuntu/androguard/androguard/core/analysis/ganalysis.pyc in 
__init__(self, vmx, apk)
   3248                                                  "DEXCLASSLOADER" )
   3249
-> 3250                         n1.set_attributes( { "dynamic_code" : "true" } )
   3251                         n2.set_attributes( { "color" : DEXCLASSLOADER_COLOR } )
   3252                         self.G.add_edge( n2.id, n1.id )

AttributeError: 'NoneType' object has no attribute 'set_attributes'

Original comment by [email protected] on 15 Jan 2015 at 1:50

from androguard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.