Uses of Class
eu.tneitzel.rmg.internal.MethodArguments
-
Packages that use MethodArguments Package Description eu.tneitzel.rmg.networking eu.tneitzel.rmg.operations eu.tneitzel.rmg.utils -
-
Uses of MethodArguments in eu.tneitzel.rmg.networking
Methods in eu.tneitzel.rmg.networking with parameters of type MethodArguments Modifier and Type Method Description voidRMIEndpoint. genericCall(ObjID objID, int callID, long methodHash, MethodArguments callArguments, boolean locationStream, String callName)Wrapper around the genericCall function specified below.voidRMIEndpoint. genericCall(ObjID objID, int callID, long methodHash, MethodArguments callArguments, boolean locationStream, String callName, RemoteRef ref)Wrapper around the genericCall function specified below.voidRMIEndpoint. genericCall(ObjID objID, int callID, long methodHash, MethodArguments callArguments, boolean locationStream, String callName, RemoteRef remoteRef, javassist.CtClass rtype)From remote-method-guesser v4.0.0 on we moved the logic of the genericCall function to the unmanagedCall function.voidRMIEndpoint. unmanagedCall(ObjID objID, int callID, long methodHash, MethodArguments callArguments, boolean locationStream, RemoteRef remoteRef, javassist.CtClass rtype)Dispatches a raw RMI call. -
Uses of MethodArguments in eu.tneitzel.rmg.operations
Methods in eu.tneitzel.rmg.operations with parameters of type MethodArguments Modifier and Type Method Description voidActivationClient. activateCall(MethodArguments callArguments, boolean maliciousStream)Implementation of the activate call.voidRemoteObjectClient. unmanagedCall(MethodCandidate targetMethod, MethodArguments args)Technically the same as the genericCall method, but does not perform any exception handling. -
Uses of MethodArguments in eu.tneitzel.rmg.utils
Methods in eu.tneitzel.rmg.utils that return MethodArguments Modifier and Type Method Description static MethodArgumentsRMGUtils. applyParameterTypes(javassist.CtMethod method, Object[] parameterArray)During regular RMI calls, method arguments are usually passed as Object array as methods are invoked using a Proxy mechanism.
-