Class AgentLoader


  • public class AgentLoader
    extends Object
    This class contains methods for attaching the agent.
    • Method Detail

      • attach

        public int attach​(String vmId,
                          int pid)
        This method handles the attach of a decompiler agent to given VM.
        Parameters:
        vmId - ID of VM to which we attach the agent
        pid - PID of the VM
        Returns:
        AgentInfo object, if successful, else null