detours Questions

5

Solved

I'm looking for a way to intercept and redirect reads to a certain registry keys. Naturally, Detours can do it. But I need it for a commercial application and MS $10K license fee is a bit too steep...
Perhaps asked 4/2, 2011 at 7:37

6

What is your recommendation for an API hooking library or code to be used in a commercial application? I have looked at Microsoft Detours which seems to be very good, but definitely is out o...
Electricity asked 6/7, 2009 at 17:13

3

Solved

I understand that the VirtualProtect function changes the permissions on a page in memory without question. Surely this ends up with no immediate purpose when any running process is able to use it?...
Candelabra asked 4/5, 2015 at 14:6

2

Solved

Using the visual studio 2012 command tools (i.e. in the 'native tools command prompt' command console) I have run vcvars32.bat, and navigated to *c:\program file(x86)\Microsoft Research\Detours Exp...
Greene asked 6/2, 2014 at 0:35

2

Solved

I have a memory address, its the memory address of a function in another program (one of its dlls). I am already loaded into the program via DLL injection. I already have the bass address, and the ...
Scrawl asked 23/10, 2012 at 8:22

1

Solved

I've recently been working on detouring functions (only in Linux) and so far I've had great success. I was developing my own detouring class until I found this. I modernized the code a bit and conv...
Boob asked 3/5, 2012 at 17:28

1

Solved

I have a problem with detours. Detours, as you all know, can only move among 5 bytes of space (i.e a 'jmp' call and a 4 byte address). Because of this it is impossible to have the 'hook' function i...
Pantomime asked 4/5, 2012 at 15:17

1

Solved

I'm programming extensions for a game which offers an API for (us) modders. This API offers a wide variety of things, but it has one limitation. The API is for the 'engine' only, which means that a...
Vedavedalia asked 2/5, 2012 at 19:8

2

Solved

Im hooking functions in an external process via their function offset. That works well for the functions im hooking so far - however i have found a "debugLog(char...)" function that still exist in ...
Corrales asked 20/8, 2011 at 11:29

4

Solved

I am new to Microsoft Detours. I have installed it to trace the system calls a process makes. I run the following commands which I got from the web syelogd.exe /q C:\Users\xxx\Desktop\log.txt wit...
Embarkment asked 22/12, 2010 at 9:0

1

Solved

I have a few quick questions about the Microsoft Detours Library. I have used it before (successfully), but I just had a thought about this function: LONG DetourUpdateThread(HANDLE hThread); I re...
Wasson asked 14/4, 2010 at 10:30

2

I had no problems hijacking function with Detours for a long time... When I tried to hijack class methods (in my case IHTMLDocument2::write from mshtml.dll) I encountered endless problems (mainly t...
Yolandoyolane asked 25/10, 2009 at 22:29

2

Solved

What I am trying to do is use the Detours library to hook into an applications WinSock2 send() and recv() functions (a packet logger). While it does work for the send() function, it does not, howe...
Grandfatherly asked 29/4, 2009 at 13:13
1

© 2022 - 2024 — McMap. All rights reserved.