An open API service indexing awesome lists of open source software.

https://github.com/bnbdr/ida-yara-processor

IDA Processor for Compiled YARA Rules
https://github.com/bnbdr/ida-yara-processor

disassembler ida idapython-plugin yara yara-rules

Last synced: about 1 month ago
JSON representation

IDA Processor for Compiled YARA Rules

Awesome Lists containing this project

README

          

# Compiled YARA Rules Processor for IDA

Loader and processor for YARA's compiled rule format

![](example_src.png)
![](example.png)

## Installation
put the processor plugin in:
```xml
\procs\
```
put the file loader in:
```xml
\loaders\
```

## Requirements
- IDA 7.0

## Tested Versions
- YARA 3.7.0
- YARA 3.8.1

## License
[MIT](https://opensource.org/licenses/MIT) 2018 [@bnbdr](https://github.com/bnbdr/)