Coder Social home page Coder Social logo

walle-go's Introduction

walle-go

walle is a tool for android written in Java. This project re-implement its some features via go

walle-cli.go vs walle-cli

Build

go build walle-cli.go

or

go install walle-cli.go

Usage of walle-cli

It is a command line tool for processing channel apk

walle-cli command [args]

The commands:

  • show print the channel info for specified apks
  • gen generate apks with specified channel info

show

walle-cli show [-r] <files...>
      -h  help
        print help message of command `show`
      -r  raw
        print raw text associated to id 0x71777777

e.g.

Show channel of files:

walle-cli show /foo/bar/A.apk /foo/bar/bar/B.apk

Show raw channel info (may contains extras) of files:

walle-cli show -r /foo/bar/A.apk /path/to/B.apk

gen

walle-cli gen [-o out] [-f] [-d] -c <channel> [-e extras] <file>
      -c  channel(s)
        generate apk with specified channel(s), split multiple channels with ','
      -d  debug
        print debug log
      -e  extras
        generate apk with specified extras info (key value pairs, e.g thing=test,boom=1)
      -f  force
        force to overwrite existing channeled apk in output directory
      -h  help
        print help message of command `gen`
      -o  output
        output dir, generated channel apk(s) will store in here. default is input's dir

e.g.

Generate channel babala apk to outdir /foo/bar/channel/ :

walle-cli gen -o /foo/bar/channel/ -c babala /foo/bar/bar/B.apk

Generate channel babala apk to same dir of input :

walle-cli gen -c babala /foo/bar/bar/B.apk

Generate channels babala,balala,balaba apks to outdir /foo/bar/channel/ :

walle-cli gen -o /foo/bar/channel/ -c babala,balala,balaba /foo/bar/A.apk

Generate apk with channel babala and extras a=1,b=true to the same dir of input:

walle-cli gen -c babala -e a=1,b=true /foo/bar/A.apk

walle-go's People

Contributors

yrom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.