vuzzer
vuzzer copied to clipboard
It seems that the required component [modified dft](https://git.cs.vu.nl/r.vermeulen/libdft) is unaccessible. I cannot get it for compiling Vuzzer.
Has anyone encountered this situation? [*] Run complete.. computing MOSTCOM calculation... [*] taintflow finished. MOst common offsets and values: {} something went wrong. number of files is not right! ========================================...
I compiled libdft with Pin 2.13, Linux kernel 3.13.0 and 32-bit 14.04 ubuntu. When I tried the nullpin.so with "../../../../pin -follow_execv -t nullpin.so -- ls". I got an error: E:...
``` computing MORECOM calculation... [*] taintflow finished. [*] Going for new generation creation. in get_cut offset 677 in get_cut offset 51 [*] 0 offset set in get_cut offset 402 in...
Hi, all. For testing, I created a simple Dockerfile to build vuzzer. If you have interested in, please include this in your repo. Thanks. Dockerfile ``` FROM i386/ubuntu:trusty ENTRYPOINT ["linux32",...
Hey, great work on Vuzzer! With regards to tags, perhaps it would be beneficial to add a sentence describing each tag type in the ReadMe file? > libdft_tag_set_fdoff > libdft_tag_bitset...
hi, everyone, I set up the env for vuzzer and successfully test it with bin/who binary , but I use vuzzer to fuzz a new binary, *cb*, but I got...
Hi, (1) Some types of instruction, for example movdqu, which would influence the taint analysis result , are ignored by libdft, so how can you get the right taint result?...