0.0.3 • Published 4 years ago

zipmerger v0.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

ZipMerger

a script to merge multi zip file to one

description

today we use javaassist/asm in Android Transform heavily, but when we want to see the result class file, it may cause a problem. There are a lot of jar file in transform directory, we need to unzip one by one to find the class you want to see, the I write this script, it can merge the jar files to one, then you can use jd-gui to see the class convenient.

usage

zipMerger -s xx -ss xxx -d xxx

  • -s: the zip files locate path, like D:\src
  • -ss: the file suffix you want to handle, like .zip、.jar, your should use | to splt every suffix
  • -d: the location path of the merged zip file
  • -de: the output file extensions
0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago