vuzzer64 icon indicating copy to clipboard operation
vuzzer64 copied to clipboard

`Filename for which we need to track taint`

Open Ricardo-609 opened this issue 3 years ago • 1 comments

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

Ricardo-609 avatar Dec 30 '21 13:12 Ricardo-609

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.

tosanjay avatar Dec 30 '21 15:12 tosanjay