File tree 1 file changed +6
-20
lines changed
1 file changed +6
-20
lines changed Original file line number Diff line number Diff line change @@ -286,32 +286,18 @@ $ ./honggfuzz/honggfuzz --exit_upon_crash --quiet --timeout 4 -n 1 -Q \
286
286
287
287
# # Quickstart guide
288
288
289
- To quickly get started fuzzing Bitcoin Core using [Eclipser v1.x](https://github.com/SoftSec-KAIST/Eclipser/tree/v1.x):
289
+ To quickly get started fuzzing Bitcoin Core using [Eclipser v1.x](https://github.com/SoftSec-KAIST/Eclipser/tree/v1.x),
290
+ install the required dependencies following the documentation here:
290
291
291
292
` ` ` sh
292
- $ git clone https://github.com/bitcoin/bitcoin
293
- $ cd bitcoin/
294
- $ sudo vim /etc/apt/sources.list # Uncomment the lines starting with 'deb-src'.
295
- $ sudo apt-get update
296
- $ sudo apt-get build-dep qemu
297
- $ sudo apt-get install libtool libtool-bin wget automake autoconf bison gdb
293
+ https://github.com/SoftSec-KAIST/Eclipser/tree/v1.x? tab=readme-ov-file#installation
298
294
` ` `
299
-
300
- At this point, you must install the .NET core. The process differs, depending on your Linux distribution.
301
- See [this link](https://learn.microsoft.com/en-us/dotnet/core/install/linux) for details.
302
- On Ubuntu 20.04, the following should work:
303
-
304
- ` ` ` sh
305
- $ wget -q https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb
306
- $ sudo dpkg -i packages-microsoft-prod.deb
307
- $ rm packages-microsoft-prod.deb
308
- $ sudo apt-get update
309
- $ sudo apt-get install -y dotnet-sdk-2.1
310
- ` ` `
311
-
312
295
You will also want to make sure Python is installed as ` python` for the Eclipser install to succeed.
313
296
297
+ Once the dependencies are installed, install and run Eclipser in your bitcoin repo root, as follows:
298
+
314
299
` ` ` sh
300
+ $ cd bitcoin/
315
301
$ git clone https://github.com/SoftSec-KAIST/Eclipser.git
316
302
$ cd Eclipser
317
303
$ git checkout v1.x
You can’t perform that action at this time.
0 commit comments