Class CpuTypes

java.lang.Object
ghidra.app.util.bin.format.macho.CpuTypes

public final class CpuTypes extends Object
See Also:
  • Field Details

  • Constructor Details

    • CpuTypes

      public CpuTypes()
  • Method Details

    • getProcessor

      public static final Processor getProcessor(int cpuType, int cpuSubtype)
      Returns the processor name of the given CPU type value.
      Parameters:
      cpuType - the CPU type value
      cpuSubtype - the CPU subtype value
      Returns:
      the processor name of the given CPU type value
    • getProcessorBitSize

      public static final int getProcessorBitSize(int cpuType)
    • getMagicString

      public static String getMagicString(int cpuType, int cpuSubtype)