sp1npx
sp1npx
It seems that the input bytes were not marked as tainted. Have you modified this before compiling? https://github.com/AngoraFuzzer/Angora/blob/master/docs/lava.md#uniq
It looks like there is no existed way to find tainted instructions. You may need to mark them respectively by yourself.
Sorry that I am not able to offer any good advice since the rules for taint propagation is too trivial. e.g for binary ops, you may add hook for tag_combine...
sorry, I have pin to 3.20 and test and can't reproduce your issue..
> same error, with pin 3.20 Would you provide your environment in detailed?
@M4tsuri Sorry that I have not noticed `libdft-dta` since I have commented it in the makefile, and do not use in my project. For the usage, please see `track.cpp`. >...
@M4tsuri You are right, `TestGetHandler` will read 8 bytes length as its taint. `track.cpp` is just a demo in my implementation, so I am sorry that I haven't check it...
> Q1, is the libdft like the simple example .c files in pin/source/tools/ManualExamples in intel pin? Because I found out that the when we build libdft, it ends up would...
The archive is used for static linking with the code in tools.
Have you set PIN_ROOT in environment?