for example, I have a ready-made dex1.dex dex2.dex
I"m going to combine these two dex into dex1.dex
are there any open source articles for reference? thank you
for example, I have a ready-made dex1.dex dex2.dex
I"m going to combine these two dex into dex1.dex
are there any open source articles for reference? thank you
https://blog.csdn.net/jiangwe.
you can learn from the idea of reinforcement and insert the dex of apk into the dex of the shell program
solved it by myself. I got 2 dex, from shelling, so the method of adding shells upstairs cannot be used. Convert dex2jar to jar, merge jar and then dex, but not more than 65535
.