MachoPrelinkUtils

Package: ghidra.app.util.opinion
Type: class

11.1_PUBLIC

addedmethod: isMachoFileset
static boolean isMachoFileset(ghidra.app.util.bin.ByteProvider provider)

10.2_PUBLIC

addedmethod: isMachoPrelink
static boolean isMachoPrelink(ghidra.app.util.bin.ByteProvider provider, ghidra.util.task.TaskMonitor monitor)
modifiedmethod: parsePrelinkXml
return type: List → List
- static java.util.List<ghidra.app.util.bin.format.macho.prelink.PrelinkMap> parsePrelinkXml(ghidra.app.util.bin.ByteProvider provider, ghidra.util.task.TaskMonitor monitor) throws IOException, JDOMException
+ static java.util.List<ghidra.app.util.bin.format.macho.prelink.MachoPrelinkMap> parsePrelinkXml(ghidra.app.util.bin.ByteProvider provider, ghidra.util.task.TaskMonitor monitor) throws IOException, JDOMException
removedmethod: hasChainedLoadCommand
static boolean hasChainedLoadCommand(ghidra.app.util.bin.ByteProvider provider, ghidra.util.task.TaskMonitor monitor) throws IOException, JDOMException

10.1_PUBLIC

addedmethod: hasChainedLoadCommand
static boolean hasChainedLoadCommand(ghidra.app.util.bin.ByteProvider provider, ghidra.util.task.TaskMonitor monitor) throws IOException, JDOMException

9.0.1_PUBLIC

introducedInitial version