use of com.google.security.zynamics.binnavi.config.GraphSettingsConfigItem in project binnavi by google.
the class InstructionNode method toString.
@Override
public String toString() {
final ZyGraphViewSettings settings = new ZyGraphViewSettings(new GraphSettingsConfigItem());
final DebuggerProvider provider = new DebuggerProvider(new ModuleTargetSettings(instruction.getModule()));
return ZyInstructionBuilder.buildInstructionLine(instruction, settings, new CDefaultModifier(settings, provider)).first();
}
Aggregations