-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation / Running Problems (+ Dockerfile maybe?) #3
Comments
bbc.out file is created by the pintool (bbcounts.so). So my guess is that your pintool is not working. You can check this by running only the pintool (for the argument to this pintool, please have a look at the config.py file, line 89. Also, there should be a pinlog file, which may also contain some useful info. Let me know if this does not work. |
Ok so I am not exactly sure about how to do that. From the line in that config file I was trying to figure out the command. It would be great if you could help me with that. |
you are almost there.. Note that for -om you don;t have to give outd/bbc.out as thisis only to run pintool for debugging. So, any file can be given for output. If you are not able to run pintool, then it is a pin problem. let me know if so. |
Ok what I tried now is |
you did not prove the right commandline. /path-to-pin/pin -tool_exit_timeout 1 -t path-to-vuzzer64/fuzzer-code/obj-intel64/bbcounts2.so -o ./outd/bbc.out -x 0 -libc 0 -l '' -- path-to-vuzzer64/fuzzer-code/bin/who - |
Okay, I got a step further. Now I get a Sementation fault. So it is a problem with my pin? |
Could be the case. try running only "who" without pin and see if you get the segfault. if you get segfault, then your who is problematic. |
Running who without pin works fine. |
@cedkras Hey, did you get anywhere with solving this issue. I am currently facing similar issues that you initially had and am stuck on how to proceed with them. |
hi, I have an installation problem
|
For those who are facing such kind of problems. Pin 2.14 does not support "recent" Ubuntu releases without the option ("-ifeellucky"). You have to add the option when running pin (in run_2.sh and run_bb.sh). |
Hey there,
I have to get this fuzzer running for a university project group where we are trying to compare different fuzzers under the same conditions.
So far I have had great problems while installing it, even though I believe to have managed to make it work by copying files from all over the places manually and commenting some stuff out.
Now when I try to run it on the 'who' example it gave me some errors that directories are missing. I copied them from the 32-bit version and didn't get the errors again. Until now where it is looking for /fuzzer-code/outd/bbc.out . There is no such file and there is no such file in the 32-bit version. Can you tell me how to fix that problem?
Also: It would be great if there was a way for you to provide a Dockerfile for the fuzzer for us to play around with.
Best regards
EDIT: I am using pin 2.14 since I couldn't find 2.13 anywhere on the internet. Hopefully that is not causing the problems.
The text was updated successfully, but these errors were encountered: