frida/frida-rust

Request for Windows Example for Hooking Functions

0xtyls opened this issue · 1 comments

0xtyls commented

I've gone through the example provided for hooking open from libc on macOS and Linux. It's very informative, but I noticed there isn't a corresponding example for Windows.

Would it be possible to provide an example or some guidance on how this could be achieved on Windows? This would be greatly beneficial for those of us working on windows. Thank you!

s1341 commented

I think we'd be happy to accept a PR for such an example, as well as providing guidance for how to get this working.

What function would you like to hook as an example? The basic mechanism is identical.