Skip to content
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

Building Cryptofuzz #35

Open
encryption00 opened this issue Aug 4, 2022 · 4 comments
Open

Building Cryptofuzz #35

encryption00 opened this issue Aug 4, 2022 · 4 comments

Comments

@encryption00
Copy link

I need help with the building of Cryptofuzz -- I kept getting fatal error of not having the boost/algorithm/hex.hpp. Does anyone have a more detailed guide on building the fuzzer, newbie here

@marquitos0119
Copy link
Contributor

This just means you don't have the boost library installed. To install on Red Hat linux for example, you can run dnf in boost-devel

Once you've installed boost, you shouldn't see the missing lib error anymore

@guidovranken
Copy link
Owner

Sorry, missed this. Yes you can install Boost using your OS' package manager or build from source by downloading a recent version from https://www.boost.org/.

@joc7188
Copy link

joc7188 commented Sep 15, 2022

I downloaded the most recent version of Boost, and built it, but I still don't know how to fix the error of not having the boost/algorithm/hex.hpp. Can you provide more details?

@guidovranken
Copy link
Owner

Did you also install the headers? Can you try this?

    tar jxf boost_1_74_0.tar.bz2
    cd boost_1_74_0/
    CFLAGS="" CXXFLAGS="" ./bootstrap.sh
    CFLAGS="" CXXFLAGS="" ./b2 headers
    cp -R boost/ /usr/include/

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

No branches or pull requests

4 participants