GTPin
Data Structures
Control Flow Inspection
GTPin: Kernel

A group of interfaces intended for traversing and inspecting the kernel's control flow graph (CFG) elements More...

Data Structures

class  gtpin::IGtBbl
 < Sequence of pointers to edges between basic blocks More...
class  gtpin::IGtFunction
 Class that represents a function in the Control Flow Graph. More...
class  gtpin::IGtEdge
 Class that represents an edge between basic blocks of the Control Flow Graph. More...
class  gtpin::IGtCfg
 Class that represents a control flow graph (CFG) and provides the code traversal interface. More...

Detailed Description

A group of interfaces intended for traversing and inspecting the kernel's control flow graph (CFG) elements

Class that represents a CFG edge.

Classes of this group provide the code traversal interface and allow access to various properties of CFG elements: functions, basic blocks, control flow branches, etc.

 All Data Structures Functions Variables Typedefs Enumerations Enumerator


  Copyright (C) 2013-2025 Intel Corporation
SPDX-License-Identifier: MIT