public class

NativeCommentManager

extends CodeCommentManager<U extends ICodeUnit>
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.impl.AbstractCommentManager<C, U extends com.pnfsoftware.jeb.core.units.IInteractiveUnit>
     ↳ com.pnfsoftware.jeb.core.units.code.CodeCommentManager<U extends com.pnfsoftware.jeb.core.units.code.ICodeUnit>
       ↳ com.pnfsoftware.jeb.core.units.code.NativeCommentManager

Class Overview

A comment manager for native code units. The secondary addressing scheme uses ICodeCoordinates.

Summary

[Expand]
Inherited Constants
From class com.pnfsoftware.jeb.core.units.code.CodeCommentManager
From class com.pnfsoftware.jeb.core.units.impl.AbstractCommentManager
Public Constructors
NativeCommentManager(INativeCodeUnit<?> unit)
Public Methods
long addressToMemory(String address)
long coordToMemory(ICodeCoordinates coord)
String memoryToAddress(long a)
ICodeCoordinates memoryToCoord(long a)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.units.code.CodeCommentManager
From class com.pnfsoftware.jeb.core.units.impl.AbstractCommentManager
From class java.lang.Object

Public Constructors

public NativeCommentManager (INativeCodeUnit<?> unit)

Public Methods

public long addressToMemory (String address)

public long coordToMemory (ICodeCoordinates coord)

public String memoryToAddress (long a)

public ICodeCoordinates memoryToCoord (long a)