public class

NativeCallgraphBuilder

extends Object
implements IAddressableDigraphBuilder
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.NativeCallgraphBuilder

Class Overview

A builder of callgraph (sub-routine caller/callee relationships) for native code units.

Summary

Public Constructors
NativeCallgraphBuilder(INativeCodeUnit<IInstruction> unit)
Create a builder.
Public Methods
Digraph buildModel()
String getAddressForVertexId(int vertexId)
Integer getVertexIdForAddress(String address)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.util.graph.IAddressableDigraphBuilder

Public Constructors

public NativeCallgraphBuilder (INativeCodeUnit<IInstruction> unit)

Create a builder.

Parameters
unit code unit

Public Methods

public Digraph buildModel ()

public String getAddressForVertexId (int vertexId)

public Integer getVertexIdForAddress (String address)