Skip to content

Commit 58ca667

Browse files
committed
README fixed
1 parent b26f7ab commit 58ca667

2 files changed

Lines changed: 9 additions & 13 deletions

File tree

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align='center'>
2-
<img src="" width=60% >
2+
<img src="/diffrays/static/images/logo-dark.png" width=60% >
33
</p>
44

55
<!--
@@ -60,8 +60,6 @@ DiffRays is a research-oriented tool for **binary patch diffing**, designed to a
6060

6161
## 🚀 Usage
6262

63-
Command-Line Help
64-
6563
```bash
6664
> diffrays --help
6765
@@ -96,19 +94,17 @@ For more information, visit: https://github.com/pwnfuzz/diffrays
9694
```
9795
9896
1. **Run Patch Diffing in IDA**
99-
10097
Load your binaries in IDA and run DiffRays to generate diff results:
101-
```bash
102-
python diffrays.py diff <path_to_old_binary> <path_to_new_binary>
103-
```
98+
```bash
99+
python diffrays.py diff <path_to_old_binary> <path_to_new_binary>
100+
```
104101
105102
2. **Start the DiffRays Server**
106-
107103
Once you have a .sqlite file, launch the web interface to explore the diffs:
108-
```bash
109-
python diffrays.py server --db-path diff_results.sqlite
110-
```
111-
Open your browser at http://localhost:5555 to view results.
104+
```bash
105+
python diffrays.py server --db-path diff_results.sqlite
106+
```
107+
Open your browser at http://localhost:5555 to view results.
112108
113109
---
114110
@@ -138,7 +134,7 @@ Open your browser at http://localhost:5555 to view results.
138134
4. **Browse interactively**
139135
Open http://127.0.0.1:5555
140136
141-
<IMG>ADD HERE</IMG>
137+
<img src="/diffrays/static/sample/dashboard.png">
142138
143139
---
144140
77.7 KB
Loading

0 commit comments

Comments
 (0)