Sign in
android
/
platform
/
external
/
AFLplusplus
/
c5d899e0
/
.
/
utils
/
autodict_ql
/
strcmp-str.ql
blob: 83ffadafa003de37b14188bdb139c94ef1e0adc6 [
file
] [
log
] [
blame
]
import
cpp
/// function : strcmp
from
FunctionCall
fucall
,
Expr
size
where
fucall
.
getTarget
().
hasName
(
"strcmp"
)
select
fucall
.
getArgument
(
_
).
getValueText
()