We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f24cb6 commit e5e33c4Copy full SHA for e5e33c4
1 file changed
README.md
@@ -9,6 +9,12 @@ This architecture plugin provides support for the disassembling and lifting of V
9
- Partial lifting to Binary Ninja's low level IL
10
11
## Installation
12
+### Binary Download
13
+The easiest way to use this plugin is to download and install a pre-compiled release binary.
14
+1. Dowload the shared library corresponding to your OS/arch from the latest [GitHub Release](https://github.com/idaholab/bn-v850-arch/releases)
15
+2. Copy the downloaded binary to your Binary Ninja plugin directory (e.g. `~/.binarynina/plygins/`)
16
+3. Start Binary Ninja
17
+
18
### Manual Build and Installation
19
#### Prerequisites
20
- Binary Ninja (minimum version: `5.1.8104`)
0 commit comments