Auxiliary functions.
More...
#include <cstdint>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
|
std::shared_ptr< yaramod::HexString > | getHexPattern (const yaramod::Rule *rule, const std::string &name) |
|
std::string | getName (const yaramod::Rule *rule) |
|
std::string | collectNames (const std::vector< yaramod::Rule * > &rules) |
|
Auxiliary functions.
- Copyright
- (c) 2017 Avast Software, licensed under the MIT license
◆ collectNames()
std::string collectNames |
( |
const std::vector< yaramod::Rule * > & |
rules | ) |
|
◆ getHexPattern()
std::shared_ptr<yaramod::HexString> getHexPattern |
( |
const yaramod::Rule * |
rule, |
|
|
const std::string & |
name |
|
) |
| |
◆ getName()
std::string getName |
( |
const yaramod::Rule * |
rule | ) |
|