public class AgentLoader extends Object
Modifier and Type | Method and Description |
---|---|
int |
attach(String vmId,
int pid)
This method handles the attach of a decompiler agent to given VM.
|
public int attach(String vmId, int pid)
vmId
- ID of VM to which we attach the agentpid
- PID of the VMCopyright © 2020. All rights reserved.