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!
I've gone through the example provided for hooking
open
fromlibc
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!