Giter Club home page Giter Club logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
There is another way to do this. JF already created decent code analyzer, 
definitely 
better, that I will ever make. It can guess exact type of any register in any 
line of 
code.

Unfortunately it requires BOOTCLASSPATH jars to build up classes inheritance 
tree and 
these jars are several MB large.

But... I don't need exact information on types: I need information whether 
register 
is boolean, integer or "reference to something" and that "something" will be 
deduced 
by debugger at runtime. I think it should be doable analyzing current method 
only, 
information on ancestors aren't needed.

Fortunately smali is OS project, so I can look into its code :-)

Original comment by Brut.alll on 29 Apr 2010 at 8:10

from android-apktool.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
I have successfully hacked baksmali to use its analyzer for smali debugging 
purposes 
:-) It would be better if it could be done without hacking - maybe JF will 
update 
smali.

Original comment by Brut.alll on 29 Apr 2010 at 3:04

from android-apktool.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024

Original comment by Brut.alll on 29 Apr 2010 at 8:33

  • Changed state: Fixed

from android-apktool.

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.