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...
Name asked 15/11, 2013 at 8:53

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...
Molina asked 27/8, 2015 at 20:47

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 ...
Mayamayakovski asked 27/5, 2010 at 14:37

1

Solved

I'm using EasyHook to intercept registry calls. In more detail, I use RegQueryValue to intercept the call that reads a key from registry and change its value with something else. The relevant code ...
Counterforce asked 12/2, 2014 at 8:35

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 ...
Chellman asked 28/12, 2013 at 13:52

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 ...
Indulge asked 30/5, 2012 at 17:32

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.