Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Yara plugin #9

Merged
merged 1 commit into from
Jan 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Want to build your own Plugin for Cutter, or to port an existing one from other
- [Integrations](#integrations)
- [Jupyter Plugin](#jupyter-plugin)
- [x64dbgcutter](#x64dbgcutter)
- [Yara Plugin](#yara-plugin)
- [Malware Analysis](#malware-analysis)
- [APT32 Graph Deobfuscator](#apt32-graph-deobfuscator)
- [Dropshot / StoneDrill Decrypter](#dropshot--stonedrill-decrypter)
Expand Down Expand Up @@ -62,6 +63,12 @@ Allows the import and export of x64dbg comments and breakpoints in Cutter

**Status**: Maintained

### [Yara Plugin](https://github.com/JannisKirschner/Cutter-Yara-Plugin)

A Cutter plugin to match project with Yara rules at runtime.

**Status**: Maintained

## Malware Analysis


Expand Down Expand Up @@ -132,7 +139,6 @@ Cutter script to comment value of strings that were manually created on the stac
**Status**: Maintained



## Graphs

### [Cutter Deep Graphs](https://github.com/JavierYuste/radare2-deep-graph)
Expand Down