Lines Matching refs:tool
11 This document provides an overview of an external tool to verify the protection
13 (``-fsanitize=cfi``). This tool, provided a binary or DSO, should infer whether
17 This tool should also be added as part of Clang's continuous integration testing
24 This tool will be present as a part of the LLVM toolchain, and will reside in
38 This tool will continuously validate that CFI directives are properly
49 It may be possible in the future to extend this tool to flag unnecessary CFI
57 This tool will disassemble binaries and DSO's from their machine code format and
58 analyse the disassembled machine code. The tool will inspect virtual calls and
59 indirect function calls. This tool will also inspect indirect jumps, as inlined
64 The tool would operate by searching for indirect control flow instructions in
93 The tool currently only supports the x86, x86_64, and AArch64 architectures.