-
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.
Add compatibility with new DEX module (#94)
Also, - rewrite a lot of the code - add tests - add travisci integration - clean up rules
- Loading branch information
1 parent
f0611c7
commit 8f88c13
Showing
27 changed files
with
699 additions
and
408 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
test-data | ||
research | ||
|
||
venv | ||
|
||
.idea | ||
.pytest_cache | ||
apkid.egg-info |
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
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
language: python | ||
dist: trusty | ||
cache: | ||
pip: true | ||
# directories: | ||
# - $HOME/.cache/samples | ||
python: | ||
- "2.7" | ||
- "3.6" | ||
install: | ||
- git clone --recursive https://github.com/rednaga/yara-python-1 yara-python | ||
- cd yara-python | ||
- CFLAGS="-std=gnu99" python setup.py build --enable-dex install | ||
- cd ../ | ||
- pip install -e . | ||
script: | ||
- ./prep-release.py | true | ||
- pytest |
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
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
Oops, something went wrong.