-
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.
- Loading branch information
1 parent
33559f1
commit ea73c6a
Showing
1 changed file
with
7 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -8,7 +8,12 @@ APKiD gives you information about how an APK was made. It identifies | |
many compilers, packers, obfuscators, and other weird stuff. It’s | ||
`PEiD <https://www.aldeid.com/wiki/PEiD>`__ for Android. | ||
|
||
For more information on what this tool can be used for check out: | ||
.. figure:: https://user-images.githubusercontent.com/1356658/57322793-49be9c00-70b9-11e9-84da-1e64d9459a8a.png | ||
:alt: Screen Shot 2019-05-07 at 10 55 00 AM | ||
|
||
Screen Shot 2019-05-07 at 10 55 00 AM | ||
|
||
For more information on what this tool can be used, for check out: | ||
|
||
- `Android Compiler | ||
Fingerprinting <http://hitcon.org/2016/CMT/slide/day1-r0-e-1.pdf>`__ | ||
|
@@ -25,6 +30,7 @@ module: | |
|
||
.. code:: bash | ||
pip install 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 | ||
|