Closed this issue 7 years ago · 2 comments
First for all, thank you for great framework, I love your work. Now I'm in struggle while hooking native code, I have no idea to how to hook this code: ifstream myfile ("example.txt", ios::binary); Can you give me an example if any, thank a lot
ifstream myfile ("example.txt", ios::binary);
Please refer to issue #30, you probably have to hook fopen, open and so on.
thank you