You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To quickly get started fuzzing Bitcoin Core using [Eclipser v1.x](https://github.com/SoftSec-KAIST/Eclipser/tree/v1.x):
At this point, you must install the .NET core. The process differs, depending on your Linux distribution.
266
+
See [this link](https://docs.microsoft.com/en-us/dotnet/core/install/linux) for details.
Note that fuzzing with Eclipser on certain targets (those that create 'full nodes', e.g. `process_message*`) will,
311
+
for now, slowly fill `/tmp/` with improperly cleaned-up files, which will cause spurious crashes.
312
+
See [this proposed patch](https://github.com/bitcoin/bitcoin/pull/22472) for more information.
313
+
314
+
Read the [Eclipser documentation for v1.x](https://github.com/SoftSec-KAIST/Eclipser/tree/v1.x) for more details on using Eclipser.
315
+
316
+
250
317
# OSS-Fuzz
251
318
252
319
Bitcoin Core participates in Google's [OSS-Fuzz](https://github.com/google/oss-fuzz/tree/master/projects/bitcoin-core)
0 commit comments