public class

CFGUtil

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.cfg.CFGUtil

Class Overview

Static utility routines for control flow graphs.

Summary

Public Constructors
CFGUtil()
Public Methods
static <T extends IInstruction> CFG<T> duplicateShallow(CFG<T> cfg)
Shallow duplication of a CFG.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CFGUtil ()

Public Methods

public static CFG<T> duplicateShallow (CFG<T> cfg)

Shallow duplication of a CFG. The duplicated CFG references the instructions of the original CFG.

Parameters
cfg original CFG
Returns
  • a duplicated CFG - instructions are NOT duplicated