vusec / vuzzer64

This implements a 64-bit version of vusec/vuzzer fuzzing tool.
Apache License 2.0
177 stars 51 forks source link

`make tools` failed in libdft64 #24

Closed Ricardo-609 closed 2 years ago

Ricardo-609 commented 2 years ago

https://github.com/vusec/vuzzer64/blob/2b1b0ed757a3dca114db0192fa4ab1add92348bc/libdft64/INSTALL#L28 get the error "make: Nothing to be done for 'tools' ", when make tools image

tosanjay commented 2 years ago

Foolow the instruction which are in the main README (in the home directory):

  1. cd vuzzer64
  2. export PIN_HOME=path_to_pin_directory
  3. export PIN_ROOT=path_to_pin_directory
  4. export DFT_HOME=$(pwd)/libdft64
  5. cd fuzzer-code
  6. make
  7. cd ../libdft64
  8. make
  9. cd ..
Ricardo-609 commented 2 years ago

Hi, tosanjay. what should I do if I want to make libdft alone?

tosanjay commented 2 years ago

This :

cd ../libdft64 make