FunctionStartsCommand

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

10.4_PUBLIC

addedmethod: findFunctionStartAddrs
java.util.List<ghidra.program.model.address.Address> findFunctionStartAddrs(ghidra.program.model.address.Address textSegmentAddr) throws IOException
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
removedmethod: findFunctionStartAddrs
java.util.List<ghidra.program.model.address.Address> findFunctionStartAddrs(ghidra.app.util.bin.ByteProvider provider, ghidra.program.model.address.Address textSegmentAddr) throws IOException

10.2_PUBLIC

introducedInitial version