yaramod

yaramod

#Application Protection#Application Security

This article discusses the different types of remote timing attacks and provides defense strategies against them.

Visit Website

Yaramod: A Library for YARA Rules Parsing

Yaramod is a library that facilitates the parsing of YARA rules into an Abstract Syntax Tree (AST) and offers a C++ programming interface for creating new YARA rulesets.

This Project is Not Associated with YARA

This project is not associated with the YARA project. Yaramod also includes Python bindings, and this repository is designed to be fully compatible with installation via pip. User Documentation: You can access our documentation on Read the Docs. API Documentation: You can create the API documentation yourself. To do this, pass -DYARAMOD_DOCS=ON to cmake and then run make doc. License: Copyright (c) 2017 Avast Software, licensed under the MIT license. For more details, see the LICENSE file. Yaramod utilizes third-party libraries and resources, which are listed along with their licenses in the LICENSE-THIRD-PARTY file. Contributing: Please refer to the RetDec contribution guidelines.