easyhook Questions
1
This is the first time I try to hook windows API. My goal is to monitor all files that a process is going to create/open/read/write.
In order to be the most verbose possible, I decided to hook the...
1
Solved
Before anybody mentions it, I refered to this link to find out how I needed to copy the backbuffer to a bitmap.
Current situation
I am injected to the target process
Target process' FeatureLevel...
Proteolysis asked 29/6, 2016 at 19:59
0
I'm trying to hook the winsock connect function and route the TCP connection through socks5 proxy /w auth.
This works if the socket is a blocking socket, but while using firefox ( nonblocking sock...
3
after much searching of a way to create a hook into an external application in C#, I stumbled upon EasyHook, which would be ideal. Unfortunately there is zero community around, the software is not ...
1
Solved
3
Solved
I would like to intercept when the user deletes a file on ANY directory by hooking the needed API function(s) with the availability of asking a simple boolean question in a mesagebox "Really Would ...
1
Solved
I've been having some issues getting my method hooks to work. I can get the hook to work if "I" call the method that's being hooked. But when it occurs naturally during the processes operation, it ...
1
Solved
A x64-DLL injected into a x64-process hooking a x86-DLL fails using C++ and EasyHook.
It works if Loader, InjectionLibrary and InjectionTarget(it's available in both versions and i need both to be ...
Kalpa asked 24/6, 2011 at 14:15
1
© 2022 - 2024 — McMap. All rights reserved.