asLody/AndHook

How to hook this native code

Closed this issue · 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

Rprop commented

Please refer to issue #30, you probably have to hook fopen, open and so on.

thank you