Skip to content

Commit

Permalink
adding readme instruction on building yara-python with crypto
Browse files Browse the repository at this point in the history
inc version
  • Loading branch information
Jason McFarland committed Nov 29, 2017
1 parent 1b53830 commit bf145ba
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ If you want to re-run the analysis across your binaries:
3. Remove the feed from your Cb server's Threat Intelligence page
4. Restart the service: `service cb-yara-connector start`

## Building yara-python with crypto

1. `git clone --recursive https://github.com/VirusTotal/yara-python`
2. `cd yara-python/yara`
3. `./bootstrap.sh`
3. `./configure --with-crypto`
4. `make`
5. `mktmpenv`
6. `python setup.py build --dynamic-linking`
7. `python setup.py install`

## Contacting Carbon Black Developer Relations Support

Web: https://developer.carbonblack.com
Expand Down
2 changes: 1 addition & 1 deletion cbopensource/connectors/yara/bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def getHighScore(self, matches):
class YaraConnector(DetonationDaemon):
@property
def integration_name(self):
return 'Cb Yara Connector 1.3.2'
return 'Cb Yara Connector 1.3.3'

@property
def filter_spec(self):
Expand Down
2 changes: 1 addition & 1 deletion python-cb-yara-connector.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define name python-cb-yara-connector
%define version 1.3
%define unmangled_version 1.3
%define release 2
%define release 3
%global _enable_debug_package 0
%global debug_package %{nil}
%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
Expand Down

0 comments on commit bf145ba

Please sign in to comment.