Package ghidra.app.util.bin.format.macho
Class MachHeaderFileTypes
java.lang.Object
ghidra.app.util.bin.format.macho.MachHeaderFileTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intdynamically bound bundle filestatic final intcore filestatic final intlinking only, no section contents, companion file with only debug sectionsstatic final intdynamically bound shared librarystatic final intshared library stub for static linking only, no section contentsstatic final intdynamic link editorstatic final intdemand paged executable filestatic final intkernel cache filesetstatic final intfixed VM shared library filestatic final intx86_64 kextsstatic final intrelocatable object filestatic final intpreloaded executable file -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final StringgetFileTypeDescription(int fileType) static final StringgetFileTypeName(int fileType)
-
Field Details
-
MH_OBJECT
public static final int MH_OBJECTrelocatable object file- See Also:
-
MH_EXECUTE
public static final int MH_EXECUTEdemand paged executable file- See Also:
-
MH_FVMLIB
public static final int MH_FVMLIBfixed VM shared library file- See Also:
-
MH_CORE
public static final int MH_COREcore file- See Also:
-
MH_PRELOAD
public static final int MH_PRELOADpreloaded executable file- See Also:
-
MH_DYLIB
public static final int MH_DYLIBdynamically bound shared library- See Also:
-
MH_DYLINKER
public static final int MH_DYLINKERdynamic link editor- See Also:
-
MH_BUNDLE
public static final int MH_BUNDLEdynamically bound bundle file- See Also:
-
MH_DYLIB_STUB
public static final int MH_DYLIB_STUBshared library stub for static linking only, no section contents- See Also:
-
MH_DSYM
public static final int MH_DSYMlinking only, no section contents, companion file with only debug sections- See Also:
-
MH_KEXT_BUNDLE
public static final int MH_KEXT_BUNDLEx86_64 kexts- See Also:
-
MH_FILESET
public static final int MH_FILESETkernel cache fileset- See Also:
-
-
Constructor Details
-
MachHeaderFileTypes
public MachHeaderFileTypes()
-
-
Method Details
-
getFileTypeName
-
getFileTypeDescription
-