Jitex icon indicating copy to clipboard operation
Jitex copied to clipboard

classes and methods that inherit from MarshalByRefObject

Open chinasmu opened this issue 1 year ago • 0 comments

For example, I want to intercept HttpWebRequest.GetResponse() ,but always failed. And I do a lot of reaserch and find out that classes and methods that inherit from MarshalByRefObject are not patchable at runtime. Since MarshalByRefObject acts as a proxy class. Is there really no way to solve it?

chinasmu avatar May 15 '24 07:05 chinasmu