LinkEditDataCommand

Package: ghidra.app.util.bin.format.macho.commands
Type: class

11.4_PUBLIC

modifiedfield: dataoff
type: int → long
- int dataoff
+ long dataoff
modifiedfield: datasize
type: int → long
- int datasize
+ long datasize
modifiedmethod: getLinkerDataSize
return type: int → long
- int getLinkerDataSize()
+ long getLinkerDataSize()

11.3.2_PUBLIC

modifiedmethod: getLinkerDataOffset
return type: int → long
- int getLinkerDataOffset()
+ long getLinkerDataOffset()

10.4_PUBLIC

addedmethod: getLinkerDataOffset
int getLinkerDataOffset()
addedmethod: getLinkerDataSize
int getLinkerDataSize()
addedmethod: markup
void markup(ghidra.program.model.listing.Program program, ghidra.app.util.bin.format.macho.MachHeader header, java.lang.String source, ghidra.util.task.TaskMonitor monitor, ghidra.app.util.importer.MessageLog log) throws CancelledException
addedmethod: markupRawBinary
void markupRawBinary(ghidra.app.util.bin.format.macho.MachHeader header, ghidra.program.flatapi.FlatProgramAPI api, ghidra.program.model.address.Address baseAddress, ghidra.program.model.listing.ProgramModule parentModule, ghidra.util.task.TaskMonitor monitor, ghidra.app.util.importer.MessageLog log)
removedmethod: getDataOffset
int getDataOffset()
removedmethod: getDataSize
int getDataSize()
removedmethod: markup
void markup(ghidra.app.util.bin.format.macho.MachHeader header, ghidra.program.flatapi.FlatProgramAPI api, ghidra.program.model.address.Address baseAddress, boolean isBinary, ghidra.program.model.listing.ProgramModule parentModule, ghidra.util.task.TaskMonitor monitor, ghidra.app.util.importer.MessageLog log)

10.2_PUBLIC

addedfield: dataReader
ghidra.app.util.bin.BinaryReader dataReader
removedmethod: initLinkEditDataCommand
void initLinkEditDataCommand(ghidra.app.util.bin.format.FactoryBundledWithBinaryReader reader) throws IOException

9.0.1_PUBLIC

introducedInitial version