Class NativeCallgraphBuilder
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.NativeCallgraphBuilder
- All Implemented Interfaces:
IAddressableDigraphBuilder
A builder of
callgraph
(sub-routine caller/callee relationships) for native code units.-
Constructor Summary
ConstructorsConstructorDescriptionCreate a builder. -
Method Summary
Modifier and TypeMethodDescriptiongetAddressForVertexId
(int vertexId) getVertexIdForAddress
(String address)
-
Constructor Details
-
NativeCallgraphBuilder
Create a builder.- Parameters:
unit
- code unit
-
-
Method Details
-
buildModel
- Specified by:
buildModel
in interfaceIAddressableDigraphBuilder
-
getAddressForVertexId
- Specified by:
getAddressForVertexId
in interfaceIAddressableDigraphBuilder
-
getVertexIdForAddress
- Specified by:
getVertexIdForAddress
in interfaceIAddressableDigraphBuilder
-