Coder Social home page Coder Social logo

Fuzzer says no program left about t-fuzz HOT 3 CLOSED

hexhive avatar hexhive commented on August 18, 2024
Fuzzer says no program left

from t-fuzz.

Comments (3)

zjuchenyuan avatar zjuchenyuan commented on August 18, 2024 1

Looks like the target binary is not instrumented! The fuzzer depends on
compile-time instrumentation to isolate interesting test cases while
mutating the input data. For more information, and for tips on how to
instrument binaries, please see docs/README.

T-Fuzz levearage AFL to do the fuzzing work, you need to compile target program using afl-gcc or afl-clang-fast. Take a look at AFL and it's documentation first. http://lcamtuf.coredump.cx/afl/

If source code not available, you can use afl qemu mode, add this line to tfuzz_sys.py line 65

self.afl_opts.append("-Q")

from t-fuzz.

zjuchenyuan avatar zjuchenyuan commented on August 18, 2024

please take a look at log generated by afl, which is located fuzzing_NAME_tfuzz/NAME_tfuzz/fuzzer-master.log

A possible guess: you need to modify utils.py to get rid of Deprecation warning: line, see #12

from t-fuzz.

geldkang avatar geldkang commented on August 18, 2024

Your answer helped me to advance, thanks
but still it says same error message.
In fuzzer-master.log,

�[1;91m[-] �[0mLooks like the target binary is not instrumented! The fuzzer depends on
compile-time instrumentation to isolate interesting test cases while
mutating the input data. For more information, and for tips on how to
instrument binaries, please see docs/README.

When source code is not available, you may be able to leverage QEMU
mode support. Consult the README for tips on how to enable this.
(It is also possible to use afl-fuzz as a traditional, "dumb" fuzzer.
For that, you can use the -n option - but expect much worse results.)

��)B�[?25h�[0m�[1;91m
[-] PROGRAM ABORT : �[1;97mNo instrumentation detected�[1;91m
Location : �[0mcheck_binary(), afl-fuzz.c:6920

from t-fuzz.

Related Issues (19)

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.