mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
import cpp
|
|
|
|
/// function : memcmp trace
|
|
|
|
from FunctionCall fucall, Expr size
|
|
where
|
|
fucall.getTarget().hasName("memcmp")
|
|
select fucall.getArgument(_).getValueText() |