vusec / TIFF

Apache License 2.0
9 stars 4 forks source link

no 'run.sh' execution in source code? #3

Open leepeter2019 opened 4 years ago

leepeter2019 commented 4 years ago

there is no execution of 'run.sh' in source code: that means that the function detect and taint detect module are not used in execution? Is there any reason why it is not used in the source code? In the readme, two modules (function detect, taint detect) should be built in the process, but they are not used any step in the execution process.

vivek425ster commented 3 years ago

@leepeter2019 run.sh is internally being used by runfuzzer.py command. If you see config.sh it takes PINTNTCMD which is run_2.sh which uses the the libdft64 module. the repo needs a cleanup. Libdft64 and taint_detect are essentially same.