LEB128

Package: ghidra.app.util.bin.format.dwarf4
Type: class

10.3_PUBLIC

removedtype: ghidra.app.util.bin.format.dwarf4.LEB128
class LEB128

10.0_PUBLIC

addedmethod: asInt32
int asInt32() throws IOException
addedmethod: asLong
long asLong()
addedmethod: asUInt32
int asUInt32() throws IOException
addedmethod: getLength
int getLength()
addedmethod: getOffset
long getOffset()
addedmethod: readAsInt32
static int readAsInt32(ghidra.app.util.bin.BinaryReader reader) throws IOException
addedmethod: readAsLong
static long readAsLong(ghidra.app.util.bin.BinaryReader reader, boolean isSigned) throws IOException
addedmethod: readAsUInt32
static int readAsUInt32(ghidra.app.util.bin.BinaryReader reader) throws IOException
addedmethod: readSignedValue
static ghidra.app.util.bin.format.dwarf4.LEB128 readSignedValue(ghidra.app.util.bin.BinaryReader reader) throws IOException
addedmethod: readUnsignedValue
static ghidra.app.util.bin.format.dwarf4.LEB128 readUnsignedValue(ghidra.app.util.bin.BinaryReader reader) throws IOException
addedmethod: readValue
static ghidra.app.util.bin.format.dwarf4.LEB128 readValue(ghidra.app.util.bin.BinaryReader reader, boolean isSigned) throws IOException
addedmethod: toString
java.lang.String toString()
removedmethod: decode
static long decode(ghidra.app.util.bin.BinaryReader reader, boolean isSigned) throws IOException
removedmethod: decode32s
static int decode32s(ghidra.app.util.bin.BinaryReader reader) throws IOException
removedmethod: decode32u
static int decode32u(ghidra.app.util.bin.BinaryReader reader) throws IOException

9.0.1_PUBLIC

introducedInitial version