[Soot-list] Repackaging and signing apk

Jin Li lijin1988 at gmail.com
Wed Jun 11 21:26:28 EDT 2014


Hi Modhi,
After you generated the instrumented APK, you can use keytool, jarsigner,
zipalign to sign the apk.
keytool and jarsigner are located in your jdk path. Zipalign is in the
android-sdk/tools.

Jin


2014-06-11 22:19 GMT+08:00 Modhi Alsobiehy <m99m20 at hotmail.com>:

>  Hi all,
>
> my question is regarding repackaging and signing apks
> I followed the tutorial of android instrumentation
> since it was not mention specifically how to reassemble the package
> after “dexifying” the jimple files, I just unpacked the original apk and
> exchanged the old classes.dex file with the new modified one!
> I tried to install the new apk and it gave me “ installation failed!”
> did I repack it properly!!
> the added lines in the original apk are Log lines after other Log lines
> hence the class is already imported!
> Thanx in advance!
>
> Sent from Windows Mail
>
>
> _______________________________________________
> Soot-list mailing list
> Soot-list at CS.McGill.CA
> https://mailman.CS.McGill.CA/mailman/listinfo/soot-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20140612/3d645bb5/attachment.html 


More information about the Soot-list mailing list