vusec / vuzzer64

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

`Filename for which we need to track taint` #27

Closed Ricardo-609 closed 1 year ago

Ricardo-609 commented 2 years ago

https://github.com/vusec/vuzzer64/blob/2b1b0ed757a3dca114db0192fa4ab1add92348bc/libdft64/tools/libdft-dta.cpp#L64 Filesize for which we need to track taint?

tosanjay commented 2 years ago

aha.. thats clearly a wrong description. it is about how many different labels we want to track for a single byte. if the operand of a cmp depends on too many input bytes, we can't do a meaningful mutation any way. you can change it based on your requirements.