forked from Vector35/debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the issue template to ask information about the issue. Fix Vector…
- Loading branch information
Showing
4 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
name: Create a bug report | ||
about: Describe your issue and help us improve Binary Ninja debugger | ||
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] | ||
- Local or Remote Debugging: [e.g, local] | ||
|
||
**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. Open... | ||
2. Launch it... | ||
3. Interact with it... | ||
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. | ||
This is especially helpful due to the dynamic nature of the debugger. | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Binary Ninja Slack | ||
url: https://slack.binary.ninja/ | ||
about: Join for quick responses to short questions | ||
- name: Official Support | ||
url: https://binary.ninja/support/ | ||
about: Check our official support page for more information |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Request for documentation | ||
about: Let us know where we can clarify Binary Ninja debugger's documentation | ||
title: '' | ||
labels: documentation | ||
assignees: '' | ||
|
||
--- | ||
|
||
**What concept or API needs more documentation?** | ||
Please provide a clear and concise description of the API or concept which is confusing or missing documentation. | ||
|
||
**Is this documentation related to a specific API?** | ||
Describe which API needs documentation: C++, Python. (**Note:** The C API is not intended to be a documented interface.) | ||
|
||
**Are there any known examples of people using this API/concept?** | ||
Describe or link to any public examples for this (i.e., repositories or blog posts). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Request a feature | ||
about: Let us know how we could improve Binary Ninja debugger | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**What is the feature you'd like to have?** | ||
Please provide a clear and concise description of what you want. | ||
|
||
**Is your feature request related to a problem?** | ||
If applicable, please provide a clear and concise description of what the problem is. | ||
|
||
**Are any alternative solutions acceptable?** | ||
Please provide a clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional Information:** | ||
Please add any other context or screenshots that would help us understand your feature request here. |