Y
Hacker News
new
|
ask
|
show
|
jobs
by
xena
5 days ago
I'll try and make a minimal reproduction case and file a bug. Do you know if any tooling that can take a binary and fuzz it down to a minimal reproduction set?
2 comments
amatria
5 days ago
cvise. Here is a link to a mini tutorial I wrote for a user in an LLVM issue:
https://github.com/llvm/llvm-project/issues/108827#issuecomm...
link
xena
4 days ago
Thank you, this will be very useful.
link
glandium
5 days ago
Claude code is actually rather good at this. If your initial testcase is not too big, you can use creduce or cvise.
link
xena
4 days ago
Sadly my initial test case is binaryen which has 290 compilation units. I will try though.
link