37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
|
Categories:
|
||
|
- System
|
||
|
License: GPL-3.0-or-later
|
||
|
WebSite: https://gitlab.com/derSchabi/Stethox/blob/HEAD/README.md
|
||
|
SourceCode: https://gitlab.com/derSchabi/Stethox
|
||
|
IssueTracker: https://gitlab.com/derSchabi/Stethox/issues
|
||
|
|
||
|
AutoName: Stethox
|
||
|
Summary: Xposed module that adds Stetho to every app
|
||
|
Description: |-
|
||
|
This is a Xposed Module that enables Stetho for every application on your
|
||
|
phone. All Stetho functions are given besides Network Monitoring. For this
|
||
|
however I highly recommend using mitmproxy or tcpdump and Wireshark.
|
||
|
|
||
|
This Module can be used for Reverse Engineering. Especially the Layout Preview
|
||
|
is very useful. Please also take a look at Inspackage since this will add even
|
||
|
more functions for this purpose.
|
||
|
|
||
|
ATTENTION:Never leave this Module enabled or installed on day to day use. THIS
|
||
|
IS A SECURITY RISK. Only enable this for Development.
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://gitlab.com/derSchabi/Stethox.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '1.0'
|
||
|
versionCode: 1
|
||
|
commit: v1.0
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
AutoUpdateMode: Version v%v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: '1.0'
|
||
|
CurrentVersionCode: 1
|