Class Aix64Dump

All Implemented Interfaces:
ICoreFileReader, ResourceReleaser

public class Aix64Dump extends NewAixDump
  • Constructor Details Link icon

  • Method Details Link icon

    • readLoaderInfoFlags Link icon

      protected int readLoaderInfoFlags() throws IOException
      Throws:
      IOException
    • userInfoOffset Link icon

      protected long userInfoOffset()
    • pointerSize Link icon

      protected int pointerSize()
    • readRegisters Link icon

      protected Map readRegisters(long threadOffset) throws IOException
      Throws:
      IOException
    • calculateThreadStructureSizes Link icon

      public void calculateThreadStructureSizes(long threadOffset)
      Sniff test to see if the stack pointer register value is valid, and set struct sizes accordingly
      Parameters:
      threadOffset -
    • threadSize Link icon

      protected long threadSize(long threadOffset)
    • getStackPointerFrom Link icon

      protected long getStackPointerFrom(Map registers)
    • getInstructionPointerFrom Link icon

      protected long getInstructionPointerFrom(Map registers)
    • getLinkRegisterFrom Link icon

      protected long getLinkRegisterFrom(Map registers)
    • sizeofTopOfStack Link icon

      protected int sizeofTopOfStack()