about summary refs log tree commit diff
path: root/utils/autodict_ql/memcmp-str.ql
blob: 830c9cacf922e5e7048d12a54f3e2f3025e584a5 (plain) (blame)
1
2
3
4
5
6
7
8
import cpp 

/// function :  memcmp trace

from FunctionCall fucall, Expr size
where
    fucall.getTarget().hasName("memcmp")
select fucall.getArgument(_).getValueText()