Class MachConstants

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

public final class MachConstants extends Object
  • Field Details

  • Constructor Details

    • MachConstants

      public MachConstants()
  • Method Details

    • isMagic

      public static final boolean isMagic(int magic)
      Convenience method for matching the magic number
      Parameters:
      magic - the magic number read from the file
      Returns:
      true if the magic number matches