What is the java code to repackage by modifying the apk's smali code?

110 Views Asked by At

I'm trying to make a tool in java code that automatically triggers all events in android market app.

To do this, after decompiling the apk file, I try to slice all the events and add them to one main method.

But I don't know how to repackage the sliced ​​code back into an apk.

Is it possible to repackage smali code in java?

The smali code slice will be stored as a string type, and the slice set will be stored as a list type.

However, this storage type can be changed.

0

There are 0 best solutions below