Replies: 1 comment
-
Ok, I resolved it writing some asm as a trampoline. Still, would be awesome with some guidelines or code to handle these functions :-) |
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
-
Hi, is there any tricks in microsoft detours to be able to detour a function like NdrClientCall2 and then be able to call it again.
I have been looking at wine and some other projects and it seems like the way to do this is to create an asm-file and fix up stack state yourself. Is there no simpler way?
Thank you for an amazing library!
(Here's the function I'm talking about: https://learn.microsoft.com/en-us/windows/win32/api/rpcndr/nf-rpcndr-ndrclientcall2)
Beta Was this translation helpful? Give feedback.
All reactions