Git Product home page Git Product logo

Comments (5)

bajinsheng avatar bajinsheng commented on May 30, 2024

I think -lsFuzzer -lhfnetdriver -lhfcommon parameters are required to be passed to linker, such as clang, not make

from sgfuzz.

hey3e avatar hey3e commented on May 30, 2024

Still not work.

My whole workflow:

  1. Build SGFuzz and honggfuzz.
  2. git clone mbedtls.
  3. sed -i "s/ main/ HonggfuzzNetDriver_main/g" ./mbedtls/programs/ssl/ssl_server2.c
  4. state instrumentation.
  5. make CC=clang-12 CXX=clang++-12 CFLAGS="-fsanitize=fuzzer-no-link -fsanitize=address -lsFuzzer -lhfnetdriver -lhfcommon" LDFLAGS="-fsanitize=fuzzer-no-link -fsanitize=address"

I saw your paper evaluated MbedTLS, I wonder if you could kindly help me understand if I might have made any errors in my assessment.

from sgfuzz.

bajinsheng avatar bajinsheng commented on May 30, 2024

You can check your detailed compiling commands during the make execution and see why the library is not found during linking.

My experiments on MbedTLS were based on Fuzzbench, not in this way, so I do not have the script to manually compile mbedtls.
https://github.com/bajinsheng/SGFuzz_Fuzzbench

from sgfuzz.

hey3e avatar hey3e commented on May 30, 2024

I turned to FuzzBench to evaluate and I met this problem:

image

from sgfuzz.

mboehme avatar mboehme commented on May 30, 2024

Looks like a problem in FuzzBench. Can you sync your fork with FuzzBench current branch and try again?

from sgfuzz.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.