Class DyldArchitecture


  • public final class DyldArchitecture
    extends java.lang.Object
    • Method Detail

      • getArchitecture

        public static final DyldArchitecture getArchitecture​(java.lang.String signature)
        Returns the architecture object with the given signature. Returns NULL if one does not exist.
        Parameters:
        signature - the signature string
        Returns:
        the architecture object with the given signature or NULL
      • getArchitecture

        public static final DyldArchitecture getArchitecture​(ByteProvider provider)
                                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • getCpuType

        public int getCpuType()
      • getCpuSubType

        public int getCpuSubType()
      • getSignature

        public java.lang.String getSignature()
      • getProcessor

        public java.lang.String getProcessor()
      • getEndianness

        public Endian getEndianness()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object