Re: android
Eugene Kuleshov <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <[email protected]> |
No, it is not possible. Android is using Dalvik VM, which has its own proprietary bytecode format which is converted. Unless you want to use ASM at the build time, before your Java butecode is converted to Dalvik. regards, Eugene On Wed, Apr 13, 2011 at 9:39 AM, <[email protected]> wrote: > > Has anyone attempted to use ASM to instrument byte code on an android operating > system? Is this even possible? > > thanks > > Mike > > > -- > You receive this message as a subscriber of the [email protected] mailing list. > To unsubscribe: mailto:[email protected] > For general help: mailto:[email protected]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > >
message-footer.txt
(text/plain, 238 B)
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws