Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/polymorf/findcrypt-yara

IDA pro plugin to find crypto constants (and more)
https://github.com/polymorf/findcrypt-yara

Last synced: 20 days ago
JSON representation

IDA pro plugin to find crypto constants (and more)

Awesome Lists containing this project

README

        

# findcrypt-yara
IDA pro plugin to find crypto constants (and more)

![bot](https://github.com/polymorf/findcrypt-yara/raw/master/screen.png)

## Installation Notes
If [yara](https://virustotal.github.io/yara/) is not already installed on your system, install the `yara-python` package with `pip`.

**Do not** install the `yara` pip package; it is not compatible with this plugin.

## User-defined rules

Custom rule files can be stored in :
- `$HOME/.idapro/plugins/findcrypt-yara/*.rules` under Linux and MacOS.
- `%APPDATA%\\Roaming\\Hex-Rays\\IDA Pro\\plugin\\findcrypt-yara\\*.rules` under Windows.