addedmethod:
asInt32
int asInt32() throws IOException
addedmethod:
asLong
long asLong()
addedmethod:
asUInt32
int asUInt32() throws IOException
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