package

com.pnfsoftware.jeb.core.units.code.asm.render

Types used during the generation of native code disassembly.

Interfaces

INativeDisassemblyDocument Definition of a native code disassembly document. 

Classes

AddressFormatter A native memory address formatter. 
ConstantsFormatter A formatter for a series code constants. 
GenericCodeFormatter<InsnType extends IInstruction> A base formatter used by the INativeCodeUnit
NativeDisassemblyProperties Properties of a native code disassembly document. 
NumberFormatter A number formatter used to format immediates. 

Enums

AddressFormatter.AddressBase Rendering base. 
NumberFormatter.HexaNotationType Notation type for hexadecimal bases. 
NumberFormatter.NumberBase Rendering base.