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
- Host: GitHub
- URL: https://github.com/bnbdr/ida-yara-processor
- Owner: bnbdr
- Created: 2019-01-17T15:31:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T14:27:35.000Z (about 7 years ago)
- Last Synced: 2024-08-03T22:16:18.476Z (over 1 year ago)
- Topics: disassembler, ida, idapython-plugin, yara, yara-rules
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 26
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-yara - ida-yara-processor
README
# Compiled YARA Rules Processor for IDA
Loader and processor for YARA's compiled rule format


## 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/)