[Soot-list] Adding a AAR format library to an APK and change the super class

Tanzirul Azim tanzir.buet at gmail.com
Mon Jul 20 17:15:04 EDT 2015


Hi I have a library and associated AAR file. How can I attach that library
to an exisiting app binary. And also I need to change a the super class of
particular class formats like this,
in the original code it was
class A extend S

I want to modify it and change S to be some S' inside my library libTest

So it will be like this,

import com.lib.libTest;

class A extend S'

How can I add above changes inside the app binary, if it is possible.
--
Regards,
T
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20150720/11bc7376/attachment.html 


More information about the Soot-list mailing list