Commit Graph

3 Commits

Author SHA1 Message Date
Peter Matula
301f4e6470
Support refactoring (#518)
* cmake/install-share.py: update reference to a new support package.

* support: add signsrch signatures and ordinals.

* support: refactoring.

* support: more refactoring.

* support: add a new yara compilation script.

* support: implement the new YRA compilation script.

* support/yara_patterns/tools/macho: make rule names unique.

* support: refactor YARA rules management.

* Revert "support/yara_patterns/tools/macho: make rule names unique."

This reverts commit 3dee41c6b5.

* deps/yaracpp: allow usage of a local YaraCpp directory.

* cpdetect/compiler_detector: use namespaces for YARA rules.

This prevents YARA errors caused by YARA rule ID conflicts.

* travis+appveyor: no not compile YARA rules in CI services.

* CMakeLists.txt: do not compile YARA rules by default.

This is just to check this option in TeamCity service. This commit will
be reverted later.

* Revert "CMakeLists.txt: do not compile YARA rules by default."

This reverts commit 260c9319b4.

* CHANGELOG.md: https://github.com/avast-tl/retdec-support/issues/3 entry

Fix https://github.com/avast-tl/retdec-support/issues/3
2019-03-18 10:08:11 +01:00
Petr Zemek
0f41aa3d94 All all build* directories into .gitignore.
Some people (including myself) use several build directories, so ignore them
all, not just 'build'.
2017-12-25 07:40:54 +01:00
Petr Zemek
d9230cbc94 Initial commit. 2017-12-12 18:05:30 +01:00