Closed FelixBrakel closed 2 years ago
Sorry for my late reply. The rust bindings of unicornafl needs some polish indeed.
I ended up creating my own fork and commenting out the line
println!("cargo:rerun-if-changed=unicornafl");
in build.rs
, which seemed to fix the issue.
Of course I have no idea if there are any side effects to removing this line but as a quick fix people can just use my fork.
Fixed with #14
When adding unicornafl to the cargo dependencies in the following way:
It causes unicornafl to be recompiled every time. Possibly a mistake in the build.rs or maybe an error in cargo?