java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.units.code.asm.processor.memory.EncodedMemoryAreaUtil |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EncodedMemoryAreaUtil() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static int | signExtendInt(byte[] code, IEncodedMemoryArea memoryAreas) | ||||||||||
static long | signExtendLong(byte[] code, IEncodedMemoryArea memoryAreas) | ||||||||||
static long | zeroExtend(byte[] code, int index, int length) | ||||||||||
static int | zeroExtend(byte[] code, IEncodedMemoryArea memoryArea) | ||||||||||
static int | zeroExtend(byte[] code, IEncodedMemoryArea... memoryAreas) | ||||||||||
static long | zeroExtendLong(byte[] code, IEncodedMemoryArea... memoryAreas) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |