jconnor0426

Results 3 issues of jconnor0426

When using the latest version of yargen with python3 I found that opcodes were being added incorrectly. The opcodes included the python indicator for byte strings `b''`: Example: ``` $op0...

### Overview This PR creates a new script that takes CAPA rule match information and creates code-based YARA rules around them. The script will enable users to hunt for code...

This PR adds in YARA rules that will be used to test the script match-2-yar from [this PR](https://github.com/mandiant/capa/pull/1703)