addedmethod:
readSLEB128Info
static ghidra.app.util.bin.LEB128Info readSLEB128Info(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address addr) throws MemoryAccessException
addedmethod:
readULEB128Info
static ghidra.app.util.bin.LEB128Info readULEB128Info(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address addr) throws MemoryAccessException
removedmethod:
getSLEB128Length
static int getSLEB128Length(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address addr)
removedmethod:
getULEB128Length
static int getULEB128Length(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address addr)
removedmethod:
readSLEB128
static long readSLEB128(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address addr)
removedmethod:
readULEB128
static long readULEB128(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address addr)