is it even possible to modify .apk, by adding additional class to .dex and re-packing with modified
Posted
by user355859
on Stack Overflow
See other posts from Stack Overflow
or by user355859
Published on 2010-06-01T21:37:45Z
Indexed on
2010/06/01
21:43 UTC
Read the original article
Hit count: 307
is it even possible to modify .apk, by adding additional class to .dex and re-packing with modified manifest.xml??
I know there are tools such as baksmali / smali to disassemble / re-assemble given classes.dex from .apk, but not sure limitation what could be modified from there on?
I'm trying to add additional activity, to modify starting launcher activity (may be from androidmanifest.xml) from original apk, then re-pack and sign to make complete single .apk... all need to be done out of build time, no raw source or build structure visible, only .apk as input... ANY IDEA?
© Stack Overflow or respective owner