Lines Matching full:with
18 function. A compatible function is a function with the same signature of the
31 Building with CFI
37 To build with CFI, the minimum requirement is Clang 6+. If you
51 Using QEMU built with CFI
54 A binary with CFI will work exactly like a standard binary. In case of a CFI
55 violation, the binary will terminate with an illegal instruction signal.
57 Incompatible code with CFI
68 * Libraries loaded dynamically, e.g. with dlopen/dlsym, since the library was
71 Current areas of QEMU that are not entirely compatible with CFI are:
93 with CFI. An example of the use of ``QEMU_DISABLE_CFI`` is provided here::
97 * TCG creates binary blobs at runtime, with the transformed code.
98 * A TB is a blob of binary code, created at runtime and called with an
102 * affect the impact of CFI in environment with high security requirements
117 CFI could be used in conjunction with fuzzing to identify a broader set of
122 There is, however, an interesting use case in using CFI in conjunction with
126 CFI can be enabled with fuzzing, but with some caveats:
131 lld with version 11+.
133 In other words, to compile with fuzzing and CFI, clang 11+ is required, and