DexPatcher / dexpatcher-gradle

Modify Android applications at source-level in Android Studio
https://dexpatcher.github.io/
GNU General Public License v3.0
83 stars 17 forks source link

dexpatcher-tool-scripts functionality #15

Closed samogot closed 5 years ago

samogot commented 7 years ago

Dexpatcher-tool-scripts is deprecated, so i think that all of it functionality is awillable as gradle tasks. Is there any tasks wich emulate dxp-setup-for-apk functionality? I mean generating smali code, decompiled java code and also java stubs?

Lanchon commented 7 years ago

hi! no, the gradle plugins do stuff necessary to patch. analyzing code to know what to patch is not within the scope of this plugins.

that said:

sorry i cant give better support, im travelling. please report findings, thanks!

Lanchon commented 5 years ago

closed due to inactivity