afonso360 opened PR #3094 from fuzzer-branching
to main
:
Hey,
Continuing the implementation of the CLIF Fuzzer (tracked in #3050), this PR implements block generation and generating basic branch instructions (jump, brnz, brz, br_icmp).
In this implementation we generate all blocks and signatures up front, and then while generating instructions pick random target blocks to jump to.
This PR is based on top of #3062 which should be merged soon. But I wanted to present this first because i'm having some issues which I can't tell if they are real crashes or a wrong implementation on my side.
afonso360 edited PR #3094 from fuzzer-branching
to main
:
Hey,
Continuing the implementation of the CLIF Fuzzer (tracked in #3050), this PR implements block generation and generating basic branch instructions (jump, brnz, brz, br_icmp).
In this implementation we generate all blocks and signatures up front, and then while generating instructions pick random target blocks to jump to.
This PR is based on top of #3062 which should be merged soon. But I think we can get some issues sorted out while waiting for that to be merged.
afonso360 edited PR #3094 from fuzzer-branching
to main
:
Hey,
Continuing the implementation of the CLIF Fuzzer (tracked in #3050), this PR implements block generation and generating basic branch instructions (jump, brnz, brz, br_icmp).
In this implementation we generate all blocks and signatures up front, and then while generating instructions pick random target blocks to jump to.
This PR is based on top of #3062 which should be merged soon, but I think we can get some issues sorted out while waiting for that to be merged.
afonso360 updated PR #3094 from fuzzer-branching
to main
.
afonso360 updated PR #3094 from fuzzer-branching
to main
.
afonso360 updated PR #3094 from fuzzer-branching
to main
.
cfallin submitted PR review.
cfallin merged PR #3094.
Last updated: Nov 22 2024 at 16:03 UTC