Code Monkey home page Code Monkey logo

afl-sensitive's People

Contributors

b7ack42 avatar

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

Watchers

 avatar  avatar  avatar  avatar  avatar

afl-sensitive's Issues

n-gram coverage discrepancy

Hi Jinghan Wang and afl-sensitive authors,

We are currently having a discussion here regarding a possible discrepancy between the paper's description of the n-gram coverage calculation and implementation.

In summary, the paper describes n-gram coverage as left-shifting the prev_block_trans, while this shift is missing in the implementation. Are you able to shed any light on this?

Thanks!

Unable to communicate with fork server

Hi

I'm trying to fuzz tic in ncurse-6.0 with your 7 strategies, but after about 1 hour or 2 they all stopped with error message:

[-] PROGRAM ABORT : Unable to communicate with fork server
         Location : run_target(), afl-fuzz.c:2168

My test enviroment is Ubuntu 16.04-64bit, 40 cores Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz, 64GB ram.

I compile the ncurse with command:

$ CPPFLAGS+=-P ../code/configure --prefix=/opt/disk/fuzz/test/tic/bin_normal
$ make && make install

And I compile the afl-bc/ct/ma... with command:

cd qemu_mode
./build_qemu_support.sh
cd ..
make

The fuzz command is like

$ /opt/disk/fuzz/afl-ct/afl-fuzz -Q -i in/ -o out_ct -l out_ct -m none -- ./bin_normal/bin/tic @@ -o /dev/null

Thanks for any reply.

Ubuntu 18 64 bit support

I noticed in the paper your evaluation was done on Ubuntu 14, Is it possible to evaluate on Ubuntu 18? If so can you assist with the following error:

afl-sensitive/afl-ct/qemu_mode/qemu-2.3.0/user-exec.c: In function ‘cpu_resume_from_signal’:
afl-sensitive/afl-ct/qemu_mode/qemu-2.3.0/user-exec.c:71:37: error: dereferencing pointer to incomplete type ‘struct ucontext’
sigprocmask(SIG_SETMASK, &uc->uc_sigmask, NULL);
^~
afl-sensitive/afl-ct/qemu_mode/qemu-2.3.0/user-exec.c: In function ‘cpu_x86_signal_handler’:
afl-sensitive/afl-ct/qemu_mode/qemu-2.3.0/user-exec.c:213:41: error: dereferencing pointer to incomplete type ‘struct ucontext’
#define PC_sig(context) ((context)->uc_mcontext.gregs[REG_RIP])
^
afl-sensitive/afl-ct/qemu_mode/qemu-2.3.0/user-exec.c:232:10: note: in expansion of macro ‘PC_sig’
pc = PC_sig(uc);
^~~~~~
afl-sensitive/afl-ct/qemu_mode/qemu-2.3.0/user-exec.c:237:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
afl-sensitive/afl-ct/qemu_mode/qemu-2.3.0/rules.mak:57: recipe for target 'user-exec.o' failed
make[1]: *** [user-exec.o] Error 1
Makefile:173: recipe for target 'subdir-x86_64-linux-user' failed
make: *** [subdir-x86_64-linux-user] Error 2

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.