mirror of
https://github.com/mandiant/capa.git
synced 2026-01-05 01:07:25 -08:00
47 lines
1.2 KiB
Markdown
47 lines
1.2 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
|
|
---
|
|
|
|
<!--
|
|
|
|
Have you read Capa's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/fireeye/capa/blob/master/.github/CODE_OF_CONDUCT.md
|
|
-->
|
|
|
|
### Prerequisites
|
|
|
|
* [ ] Put an X between the brackets on this line if you have done all of the following:
|
|
* Checked that your issue isn't already filed: [search](https://github.com/fireeye/capa/issues?q=is%3Aissue+is%3Aopen+)
|
|
|
|
### Description
|
|
|
|
<!-- Description of the issue -->
|
|
|
|
### Steps to Reproduce
|
|
|
|
1. <!-- First Step -->
|
|
2. <!-- Second Step -->
|
|
3. <!-- and so on… -->
|
|
|
|
**Expected behavior:**
|
|
|
|
<!-- What you expect to happen -->
|
|
|
|
**Actual behavior:**
|
|
|
|
<!-- What actually happens -->
|
|
|
|
**Reproduces how often:**
|
|
|
|
<!-- What percentage of the time does it reproduce? -->
|
|
|
|
### Versions
|
|
|
|
<!-- You can get this information from copy and pasting the output of `capa --version` from the command line.
|
|
Also, please include the OS and what version of the OS you're running. -->
|
|
|
|
### Additional Information
|
|
|
|
<!-- Any additional information, configuration or data that might be necessary to reproduce the issue. -->
|