wing As our daily development of command-line development tools, the project since the open source, one after another access to a number of plug-ins, here to focus on sharing to you.
☞ Github ☜☞ Gitee ☜
01. wing -screen
act asAndroid
Platform device casting plug-in, according to the PC system platform integrationscrcpy
maybeQTScrcpy
component that supports parallel operation of multiple devices.
02. wing -jadx
integrated (as in integrated circuit)Android
flat-roofedapk/dex/Jar
Reverse Analysis Component.
03. wing -mobtool
everyday lifeIPA
cap (a poem)APK
File re-signing tool, log collection tool.
04. wing -apktool
be in favor ofapktool
of all commands.
# Parse the APK file
$ wing -apktool d /home/ -o test
# Repackage
$ wing -apktool b test -o /home/
05. wing -adb
Our products are centered around the mobile platform, andAndroid
Again, it's a top priority, so foradb
commands are more commonly used on a daily basis, the following commands are now integrated.
# wing -adb {type}
# top
# print top windows info from Android device
# pull {package name}
# pull target apk from Android device
# dump {ui/sys/log}
# get all running services and log info from Android device
# list
# get all install app list
1. Display the application package name of the current foreground interface and window.
$ wing -adb top
Top window:
Top activity:
2. Export the application installation package with the specified package name.
$ wing -adb pull
from: /data/app/~~xmz9GYRVkRYXNuWYWryZXw==/-dGUKeyVxcPRVQAm6bp0oIw==/
to:
3. Export device information.
$ wing -adb dump
dump ui
>>> /Users/xxx/Downloads/log/dump_20240823_223051/
dump activity
>>> /Users/xxx/Downloads/log/dump_20240823_223051/
dump window
>>> /Users/xxx/Downloads/log/dump_20240823_223051/
dump anr
>>> /Users/xxx/Downloads/log/dump_20240823_223051/
dump ps
>>> /Users/xxx/Downloads/log/dump_20240823_223051/
dump net
dump property
dump service
dump app
dump Currently running services:
dump AGPService
dump BastetService
dump
dump BleNotify
dump CommunicationManager
dump DdmpDataBusService
......
4. Display installed application information.
$ wing -adb list
[Sys]:
[Sys]:
[Sys]:
......
[App]:
[App]:
[App]:
......
[Disabled]:
[Disabled]: .moffice_eng
......
06. wing -tree
Sometimes you need to output the file structure of the current directory in your work, especially when writing some documents, you can easily use it without installing other command line tools.
# wing -tree [level] Print directory structure
# level: max level print, default print all
$ wing -tree
07. wing -update
You can do this bywing -update
command to upgradewing
You can specify the plugin to be upgraded with the parameter, and we will release the update after the new version of the plugin is verified.
$ wing -update
# exports
wing -update [jadx/apktool/mobtool]
wing
Local version: 1.3.1
Remote version: 1.3.1
Wing already the latest version.