Git Product home page Git Product logo

stochfuzz's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

stochfuzz's Issues

bug in build.sh

I tried to install StochFuzz with build.sh, and the clang version in my environment is 10.0.0, but this script failed with message: "clang-6.0 or a newer version is required".
So I checked this script and find that the regular expression that you used when matching with clang version output, is not correct if the version number is bigger than 9:
clang --version | head -n 1 | grep -o -E "[[:digit:]].[[:digit:]].[[:digit:]]" | uniq | sort
Maybe this is better:
clang --version | head -n 1 | grep -o -E "[0-9]{1,2}.[0-9].[0-9]" | uniq | sort

error

ERROR call handler for PIE programs is unimplemented :./rewriter_handlers/handler_call.c:101
so your tool does not support PIE programs ?

Issue in `glib` build

While trying to build dependencies using the build.sh, it turns out the glib build fails.
Using the latest commit on master and the OS is Ubuntu 18 LTS.

undefined reference to `sysconf'

OS: ubuntu 22
reproduce:

./build.sh
sudo apt install libunwind-dev libglib-dev
replace all libasan.so.4 with libasan.so.6 in src/Makefile
cd src && make release

error:

clang -Wall -fno-stack-protector -fno-jump-tables -fpie -O3 -D_GNU_SOURCE -DNDEBUG -c loader.c
clang -nostdlib -o loader.out loader.o -Wl,--entry=_entry
/usr/bin/ld: loader.o: in function `loader_load':
loader.c:(.text+0xb6): undefined reference to `sysconf'
/usr/bin/ld: loader.c:(.text+0xd8): undefined reference to `sysconf'
/usr/bin/ld: loader.c:(.text+0x11a): undefined reference to `sysconf'
/usr/bin/ld: loader.c:(.text+0x74e): undefined reference to `sysconf'
/usr/bin/ld: loader.c:(.text+0x75b): undefined reference to `sysconf'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:97: loader] Error 1

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.