File tree Expand file tree Collapse file tree 1 file changed +26
-17
lines changed
Expand file tree Collapse file tree 1 file changed +26
-17
lines changed Original file line number Diff line number Diff line change @@ -38,28 +38,37 @@ DiffRays is a research-oriented tool for **binary patch diffing**, designed to a
3838
3939---
4040
41- ## ⚙️ Setup
41+ ## ⚙️ Installation
4242
43- 1 . ** Clone the repository**
44- ``` bash
45- git clone https://github.com/pwnfuzz/diffrays
46- cd diffrays
47- ```
43+ ### Quick Install (Recommended)
4844
49- 2. ** Install dependencies**
50- ` ` ` bash
51- pip install .
52- ` ` `
45+ ``` bash
46+ pip install diffrays
47+ ```
5348
54- 3. ** Setup IDADIR environment variable to point to your IDA installation directory: **
49+ ### Alternative: Install from Source
5550
56- ` ` ` bash
57- Windows:
58- set IDADIR=" [IDA Installation Directory]"
51+ If you want to install from the latest development version:
5952
60- Linux:
61- export IDADIR=" [IDA Installation Directory]"
62- ` ` `
53+ ``` bash
54+ git clone https://github.com/pwnfuzz/diffrays
55+ cd diffrays
56+ pip install .
57+ ```
58+
59+ ---
60+
61+ ## 🔧 Setup
62+
63+ ** Setup IDADIR environment variable to point to your IDA installation directory:**
64+
65+ ``` bash
66+ Windows:
67+ set IDADIR=" [IDA Installation Directory]"
68+
69+ Linux:
70+ export IDADIR=" [IDA Installation Directory]"
71+ ```
6372
6473---
6574
You can’t perform that action at this time.
0 commit comments