blob: ec4a5bca0993d6cceb22b027357960d7586c5277 (
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
|
---
name: Request for documentation
about: Let us know where we can clarify Binary Ninja's documentation
title: ''
labels: documentation
assignees: ''
---
**Is this a general concept that needs to be documented or a specific API?**
_Describe whether this involves a specific API/set of APIs or a whole concept in Binary Ninja (i.e., BinaryViews, Basic Blocks, etc.)._
**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 specifi API?**
_Describe which API needs documentation, C++ or 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._
|