ByteCopier

Package: ghidra.app.util
Type: class

10.0_PUBLIC

addedmethod: copyBytes
java.awt.datatransfer.Transferable copyBytes(ghidra.app.util.ClipboardType copyType, ghidra.util.task.TaskMonitor monitor)
addedmethod: copyBytesAsString
java.lang.String copyBytesAsString(ghidra.program.model.address.AddressSetView addresses, java.lang.String delimiter, ghidra.util.task.TaskMonitor monitor)
addedfield: CPP_BYTE_ARRAY_FLAVOR
static java.awt.datatransfer.DataFlavor CPP_BYTE_ARRAY_FLAVOR
addedfield: CPP_BYTE_ARRAY_TYPE
static ghidra.app.util.ClipboardType CPP_BYTE_ARRAY_TYPE
addedmethod: getSelectedAddresses
ghidra.program.model.address.AddressSetView getSelectedAddresses()
addedfield: PYTHON_BYTE_STRING_FLAVOR
static java.awt.datatransfer.DataFlavor PYTHON_BYTE_STRING_FLAVOR
addedfield: PYTHON_BYTE_STRING_TYPE
static ghidra.app.util.ClipboardType PYTHON_BYTE_STRING_TYPE
addedfield: PYTHON_LIST_FLAVOR
static java.awt.datatransfer.DataFlavor PYTHON_LIST_FLAVOR
addedfield: PYTHON_LIST_TYPE
static ghidra.app.util.ClipboardType PYTHON_LIST_TYPE
removedmethod: copyBytes
java.awt.datatransfer.Transferable copyBytes(boolean includeSpaces, ghidra.util.task.TaskMonitor monitor)
removedmethod: isValidBytesTransferable
boolean isValidBytesTransferable(java.awt.datatransfer.Transferable transferable)
removedmethod: supportsPasteTransferable
boolean supportsPasteTransferable(java.awt.datatransfer.Transferable transferable)

9.0.2_PUBLIC

addedmethod: copyBytes
java.awt.datatransfer.Transferable copyBytes(boolean includeSpaces, ghidra.util.task.TaskMonitor monitor)
addedmethod: copyBytes
java.awt.datatransfer.Transferable copyBytes(ghidra.program.model.address.AddressSetView addresses, boolean includeSpaces, ghidra.util.task.TaskMonitor monitor)
addedmethod: copyBytesAsString
java.lang.String copyBytesAsString(ghidra.program.model.address.AddressSetView addresses, boolean includeSpaces, ghidra.util.task.TaskMonitor monitor)
addedfield: currentLocation
ghidra.program.util.ProgramLocation currentLocation
addedfield: currentProgram
ghidra.program.model.listing.Program currentProgram
addedfield: currentSelection
ghidra.program.util.ProgramSelection currentSelection
addedfield: EMPTY_LIST
static java.util.List<ghidra.app.util.ClipboardType> EMPTY_LIST
addedmethod: isValidBytesTransferable
boolean isValidBytesTransferable(java.awt.datatransfer.Transferable transferable)
addedmethod: pasteBytes
boolean pasteBytes(java.awt.datatransfer.Transferable pasteData) throws UnsupportedFlavorException, IOException
addedmethod: pasteByteString
boolean pasteByteString(java.lang.String string)
addedmethod: supportsPasteTransferable
boolean supportsPasteTransferable(java.awt.datatransfer.Transferable transferable)
addedfield: tool
ghidra.framework.plugintool.PluginTool tool

9.0.1_PUBLIC

introducedInitial version