VG_USERREQ__TAINTGRIND_ALLOWSYSCALL is missing '_' between 'ALLOW' and 'SYSCALL'.
And can you give me some advice where I can find the explanation of function TNT_ALLOW_SYSCALL, because I want to know the aim of this function is tracing taint in syscalls or it does other jobs.
Hi, In taintgrind.h ,
VG_USERREQ__TAINTGRIND_ALLOW_SYSCALL
is defined as following:However, it is used as following:
VG_USERREQ__TAINTGRIND_ALLOWSYSCALL
is missing '_' between 'ALLOW' and 'SYSCALL'. And can you give me some advice where I can find the explanation of functionTNT_ALLOW_SYSCALL
, because I want to know the aim of this function is tracing taint in syscalls or it does other jobs.Thank you very much!