thatreguy
thatreguy
I've seen [.bpsync](https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/-bpsync--synchronize-threads-at-breakpoint-) to work painlessly
Passing --dyninst-frontend flag to build.sh does not build the dyninst tool https://github.com/lifting-bits/mcsema#step-2-clone-the-repository-and-its-dependencies ``` # Download cxx-common, build Remill. ./remill/scripts/build.sh --dyninst-frontend --llvm-version 9 --download-dir ./ ```
Even the frontend does not get built. I think the arg BUILD_MCSEMA_DYNINST_DISASS set by remill's build.sh script does not get passed to mcsema's cmake.
I think repro count should also be there along with repro time in the config file and there should be an option to stop syzkaller from trying to repro a...