summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: 223cca050a36a8684d0366bb7ab16011b2a47572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
name: Create a bug report
about: Describe your issue and help us improve Binary Ninja
title: ''
labels: ''
assignees: ''

---

**Version and Platform (required):**
- Binary Ninja Version: [e.g. 4.0.4000-dev] (if version is stable, please also test the latest development build via the "Update Channel" option)
- OS: [e.g. Ubuntu Linux]
- OS Version: [e.g. 22.04]
- CPU Architecture: [e.g. x64 or M1]

**Bug Description:**
Please provide a clear and concise description of what happened.

**Steps To Reproduce:**
Please provide all steps required to reproduce the behavior:
1. Go to...
2. Click on...
3. Scroll down to...
4. See error

**Expected Behavior:**
Please provide a clear and concise description of what you *expected* to happen.

**Screenshots/Video Recording:**
If applicable, please add screenshots/video recording here to help explain your problem.

**Binary:**
If applicable, please provide us with the binary to help us work with the issue faster. Here are a few options:

1. Directly attach it to this issue in a ZIP archive
2. Share a publicly accessible link to it (For malware samples, we do not have access to VirusTotal; [Malshare](https://malshare.com/) is an option)
3. Email it to binaryninja at vector35.com, or join our [slack](https://slack.binary.ninja/) and share with us in private
4. We understand sometimes it is not possible to share the binary -- sure, no worries, we can still work with it!
5. If your issue is general and not related to a specific binary, then there is no need to attach the binary as well

**Additional Information:**
Please add any other context about the problem here.