Skip to content

Allow obtaining global symbols (like modules, their functions, attributes) even without created YaraFile #97

@metthal

Description

@metthal

The motivation here is to be able to obtain list of all functions in certain module without creating YaraFile object. We should be able to do something like yaramod::getSymbol("cuckoo") and it would search only for global symbols. Alternatively, you would also be able to provide Import Features in there if needed. This would be useful for listing those symbols (for example for code suggestion purposes) and not having to create dummy YaraFile object with all imports.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions