Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AsmDex support #38

Closed
OleksandrKucherenko opened this issue Jul 10, 2015 · 1 comment
Closed

AsmDex support #38

OleksandrKucherenko opened this issue Jul 10, 2015 · 1 comment

Comments

@OleksandrKucherenko
Copy link

Is it possible to change abstraction in way lib will become independent from Asm implementation?
I mean will it be possible to use AsmDex instead of original Asm library?

more info:

@NathanSweet
Copy link
Member

I doubt it. The bytecodes are very low level and specific the VM. I wonder
if you could convert the Java bytecodes from ReflectASM to dex on the fly.
That might be the way to go.

On Fri, Jul 10, 2015 at 11:40 AM, Oleksandr notifications@github.com
wrote:

Is it possible to change abstraction in way lib will become independent
from Asm implementation?
I mean will it be possible to use AsmDex instead of original Asm library?

more info: http://asm.ow2.org/doc/tutorial-asmdex.html


Reply to this email directly or view it on GitHub
#38.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants