DDetours icon indicating copy to clipboard operation
DDetours copied to clipboard

Delphi Detours Library

Results 11 DDetours issues
Sort by recently updated
recently updated
newest added

I am trying to intercept `TDBXFirebirdCustomMetaDataReader.GetAllDataTypes` method with these code: ```pascal uses Data.DBXFirebirdMetaDataReader, Data.DBXMetaDataReader; var TDBXFirebirdCustomMetaDataReader_GetAllDataTypes: function(Self: TDBXFirebirdCustomMetaDataReader): TDBXDataTypeDescriptionArray = nil; type TDBXFirebirdCustomMetaDataReaderHelper = class helper for TDBXFirebirdCustomMetaDataReader class function...

I'm trying to normally hook GetWindowExW and LdrLoadDll, both of them doesn't work. My experience with assembly is not the best, so I'm strugling to understand why it's in fact...

Hi this hook fails when injected in Explorer.exe on Windows 8.1 x64. Maybe because of trampoline size? To test compile and inject in to Explorer.exe using ProcessHacker x64. ``` library...

hi , can you send , help how to hook createprocess ?

Hi Can you provide a simple sample how to hook keys from keyboard like arrow keys or any key? Thank you

> Hello MahdiSafsafi, > > I'm tried to use DDetours to creating DLL Hook, but I received a lot of access violation when stop the hook or when try to...

Using Embarcadero Delphi 10 I compiled the demo project DetoursDemo\win32api\Demo1. The local hook on the MessageBox API function works as expected. Can I use your library to make this interception...

8 byte instruction 66 0f af 1d 77 00 00 00 (imul bx,WORD PTR ds:0x77) is decoded as 3 bytes length. Same instruction without operand prefix 66 decoded corectly. 0f...

bug

``` pascal initialization InterceptCreate(@Dialogs.ShowMessage, @DialogHelper.ShowMessage); ``` ![image](https://cloud.githubusercontent.com/assets/1270275/12319187/b9fdf47a-baa0-11e5-8f37-f86438d7ac4f.png)