Update README.md

This commit is contained in:
Emanuele Faranda 2022-12-15 21:43:09 +01:00 committed by GitHub
parent ca93610211
commit 21eb290f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,3 +3,7 @@
A [PCAPdroid](https://github.com/emanuele-f/PCAPdroid) addon which uses [mitmproxy](https://mitmproxy.org) to decrypt the TLS/SSL connections and show the decrypted data in the app.
The addon uses the open source framework [chaquopy](https://chaquo.com/chaquopy) to bundle and run python modules. The native python modules are pre-built and installed from the chaquopy [pip repository](https://chaquo.com/pypi-7.0).
# Build
Install Python 3.8 and ensure to pull the submodules with `git submodules update --init`. Then build with gradle as usual.