-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
5 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,15 +18,6 @@ For more information on what this tool can be used for, check out: | |
|
||
## Installing | ||
|
||
```bash | ||
|
||
pip install --upgrade wheel | ||
pip wheel --wheel-dir=/tmp/yara-python --build-option="build" --build-option="--enable-dex" git+https://github.com/VirusTotal/[email protected] | ||
pip install --no-index --find-links=/tmp/yara-python yara-python | ||
``` | ||
|
||
Finally, install APKiD: | ||
|
||
```bash | ||
pip install apkid | ||
``` | ||
|
@@ -55,7 +46,7 @@ usage: apkid [-h] [-v] [-t TIMEOUT] [-r] [--scan-depth SCAN_DEPTH] | |
[-o DIR] | ||
[FILE [FILE ...]] | ||
APKiD - Android Application Identifier v2.1.0 | ||
APKiD - Android Application Identifier v2.1.2 | ||
positional arguments: | ||
FILE apk, dex, or directory | ||
|
@@ -121,7 +112,7 @@ Make sure the version has been updated in [apkid/__init__.py](apkid/__init__.py) | |
Update the compiled rules, the readme, build the package and upload to PyPI: | ||
|
||
```bash | ||
./pre-release.py readme | ||
./prep-release.py readme | ||
rm -f dist/* | ||
python setup.py sdist bdist_wheel | ||
twine upload --repository-url https://upload.pypi.org/legacy/ dist/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,15 +25,6 @@ For more information on what this tool can be used for, check out: | |
Installing | ||
---------- | ||
|
||
.. code:: bash | ||
pip install --upgrade wheel | ||
pip wheel --wheel-dir=/tmp/yara-python --build-option="build" --build-option="--enable-dex" git+https://github.com/VirusTotal/[email protected] | ||
pip install --no-index --find-links=/tmp/yara-python yara-python | ||
Finally, install APKiD: | ||
|
||
.. code:: bash | ||
pip install apkid | ||
|
@@ -67,7 +58,7 @@ Usage | |
[-o DIR] | ||
[FILE [FILE ...]] | ||
|
||
APKiD - Android Application Identifier v2.1.0 | ||
APKiD - Android Application Identifier v2.1.2 | ||
|
||
positional arguments: | ||
FILE apk, dex, or directory | ||
|
@@ -155,7 +146,7 @@ PyPI: | |
|
||
.. code:: bash | ||
./pre-release.py readme | ||
./prep-release.py readme | ||
rm -f dist/* | ||
python setup.py sdist bdist_wheel | ||
twine upload --repository-url https://upload.pypi.org/legacy/ dist/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters