Home

Awesome

DexSplitter Solution

As we all know, Google has provided aapt plugin for parsing apk, we can get a list of apk files by using 'aapt l -v '. We can divide each res file(assets file) into the module project which it belongs to. But source code of the project can not be divided directly because it will be shrinked optimized and obfuscated. DexSplitter can help you to divide source code.

中文文档

Scenarios

Apk Split Result

Android Origin Build Release.apk

SplitDexApk

DexSplitter Build Release.apk

SplitDexApk

splitter_result.txt

SplitDexApk

ps:more details:extra/hack_description.txt extra/hook_details.txt

Demo Introduction

Schematic Diagram

SplitDexApk

Implementation

Future

License