Package ghidra.app.util.opinion
Class MachoProgramUtils
java.lang.Object
ghidra.app.util.opinion.MachoProgramUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AddressaddExternalBlock(Program program, long size, MessageLog log) Adds theEXERNAL blockto memory, or adds to an existing onestatic AddressgetNextAvailableAddress(Program program)
-
Constructor Details
-
MachoProgramUtils
public MachoProgramUtils()
-
-
Method Details
-
getNextAvailableAddress
-
addExternalBlock
Adds theEXERNAL blockto memory, or adds to an existing one- Parameters:
program- TheProgramsize- The desired size of the new EXTERNAL blocklog- TheMessageLog- Returns:
- The
Addressof the new (or new piece) of EXTERNAL block - Throws:
Exception- if there was an issue creating or adding to the EXTERNAL block
-