https://github.com/mobsf/yara-python-dex
yara-python-dex enabled wheels
https://github.com/mobsf/yara-python-dex
Last synced: 10 months ago
JSON representation
yara-python-dex enabled wheels
- Host: GitHub
- URL: https://github.com/mobsf/yara-python-dex
- Owner: MobSF
- License: other
- Created: 2021-01-21T20:16:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T04:36:49.000Z (over 1 year ago)
- Last Synced: 2025-04-27T10:06:44.495Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yara-python-dex
[](https://badge.fury.io/py/yara-python-dex)

Prebuilt dex-enabled yara-python wheels
## Build Locally
```
pip install wheel
pip wheel --wheel-dir=yara-python-dex git+https://github.com/MobSF/yara-python-dex.git
pip install --no-index --find-links=yara-python-dex yara-python-dex
```
## Dev
```
python -m pip install --upgrade pip
pip install setuptools wheel
git submodule update --init --recursive
python setup.py bdist_wheel
```
## Update yara-python
```
cd yara-python
git checkout tags/v3.11.0
cd ..
git submodule update --init --recursive
git add yara-python
```