public interface

ICommentManager

com.pnfsoftware.jeb.core.units.code.asm.analyzer.ICommentManager

Class Overview

An interface for simple long-based comment management used by some engines components.

Summary

Public Methods
abstract boolean addComment(long address, String value)
Add a comment.
abstract String getComment(long address)
Retrieve a comment.
abstract Map<Long, String> getComments()
Get all comments.
abstract boolean setComment(long address, String value)
Set a comment.

Public Methods

public abstract boolean addComment (long address, String value)

Add a comment.

public abstract String getComment (long address)

Retrieve a comment.

public abstract Map<Long, String> getComments ()

Get all comments.

public abstract boolean setComment (long address, String value)

Set a comment.

Returns
  • true on change