How to hook a function by Address ? #543
Unanswered
b00tkitism
asked this question in
Q&A
Replies: 1 comment
-
I think you want to do something like this;
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a class in System.Net named RemoteCertificateValidationCallback that's used for validating remote certificate, I hooked this class's constructor and it had an argument that contains the address of validator function, I want to hook that to always return true
already tried this for hooking the address and it didn't work:
Beta Was this translation helpful? Give feedback.
All reactions