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
<p>This step modifies the contract to include necessary hooks for Phink’s fuzzing process. It creates a fork of the
225
225
contract, so you don’t have to make a copy before.</p>
226
226
<h3id="2-run-the-fuzzer"><aclass="header" href="#2-run-the-fuzzer">2. Run the fuzzer</a></h3>
227
-
<p>After instrumenting your contract and writing properties, execute the fuzzing process:</p>
227
+
<p>After <strong>instrumenting</strong> your contract and <strong>writing</strong> properties and <strong>configuring</strong> your <code>phink.toml</code>, execute the
228
+
fuzzing process:</p>
228
229
<pre><codeclass="language-sh">phink fuzz
229
230
</code></pre>
230
231
<p>This command runs your fuzzing tests based on the configuration set in your <code>phink.toml</code> file. A user interface should
<p>This step modifies the contract to include necessary hooks for Phink’s fuzzing process. It creates a fork of the
409
406
contract, so you don’t have to make a copy before.</p>
410
407
<h3id="2-run-the-fuzzer"><aclass="header" href="#2-run-the-fuzzer">2. Run the fuzzer</a></h3>
411
-
<p>After instrumenting your contract and writing properties, execute the fuzzing process:</p>
408
+
<p>After <strong>instrumenting</strong> your contract and <strong>writing</strong> properties and <strong>configuring</strong> your <code>phink.toml</code>, execute the
409
+
fuzzing process:</p>
412
410
<pre><codeclass="language-sh">phink fuzz
413
411
</code></pre>
414
412
<p>This command runs your fuzzing tests based on the configuration set in your <code>phink.toml</code> file. A user interface should
0 commit comments