Module Scanf
A library for dealing with scanf-like formatting strings. This is similar to printf.qll but the format specification for scanf is quite different.
Import path
import semmle.code.cpp.commons.Scanf
Imports
Type | Provides a hierarchy of classes for modeling C/C++ types. |
Classes
Fscanf | The standard function |
Scanf | The standard function |
ScanfFormatLiteral | A class to represent format strings that occur as arguments to invocations of |
ScanfFunction | A |
ScanfFunctionCall | A call to one of the |
Snscanf | The standard(ish) function |
Sscanf | The standard function |