Skip to content

Updating Components in LibAFL and Dockerfile #3284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

nomnomshark41
Copy link

Description

updated bitbybit to latest version because the issue danlehmann/bitfield#66 has been solved and using also the git version because of the issue danlehmann/bitfield#2

Checklist

  • I have run ./scripts/precommit.sh and addressed all comments

updating z3 and make it build static and update bitbybit because the issue has been fixed
error on some undocumented constant all that because the fix wasn't published in crates
@nomnomshark41
Copy link
Author

forgot to talk about z3 it should be statically builded because z3-sys doesn't build per default the c project

@domenukk
Copy link
Member

domenukk commented Jun 2, 2025

Thanks! However, crates can't depend on git if we want to upload them to crates.io, so we'll have to wait for the changes to get published.

@domenukk
Copy link
Member

domenukk commented Jun 2, 2025

As for Z3, you can enable this feature in your own project's Cargo.toml if you want to build it statically - usually it's easier/faster to install z3, instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants