Class NativeCommentManager
java.lang.Object
com.pnfsoftware.jeb.core.units.impl.AbstractCommentManager<ICodeCoordinates,U>
com.pnfsoftware.jeb.core.units.code.CodeCommentManager<INativeCodeUnit<?>>
com.pnfsoftware.jeb.core.units.code.NativeCommentManager
A comment manager for
native code units
. The secondary addressing scheme
uses ICodeCoordinates
.-
Field Summary
Fields inherited from class com.pnfsoftware.jeb.core.units.code.CodeCommentManager
COMMENT_FLAG_ASSEMBLY_ONLY, COMMENT_FLAG_DECOMPILER_META, COMMENT_FLAG_SOURCE_ONLY
Fields inherited from class com.pnfsoftware.jeb.core.units.impl.AbstractCommentManager
COMMENT_FLAG_FAVORITE, INLINE, PRE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
addressToMemory
(String address) long
coordToMemory
(ICodeCoordinates coord) memoryToAddress
(long a) memoryToCoord
(long a) Methods inherited from class com.pnfsoftware.jeb.core.units.code.CodeCommentManager
addressToCoord, coordToAddress
Methods inherited from class com.pnfsoftware.jeb.core.units.impl.AbstractCommentManager
addMetaComment, addMetaComment2, formatComments, formatComments2, formatMetaComment, formatMetaFlags, getComment, getComment2, getComments, getComments2, getInlineComment, getInlineComment2, getMetaCommentObjects, getMetaCommentObjects2, getMetaComments, getMetaComments, getMetaComments2, getMetaComments2, getPreComment, getPreComment2, getPrimary, getPrimary2, getPrimaryMap, getPrimaryMap2, getUnit, putAll, removeMetaComment, removeMetaComment2, setComment, setComment2, setInlineComment, setInlineComment, setInlineComment2, setInlineComment2, setPreComment, setPreComment, setPreComment2, setPreComment2, setPrimary, setPrimary2
-
Constructor Details
-
NativeCommentManager
-
-
Method Details
-
addressToMemory
-
memoryToAddress
-
coordToMemory
-
memoryToCoord
-