Mahdi Safsafi

Results 36 comments of Mahdi Safsafi

Hi, I'm very sorry, I'm enable to write demo right now. I updated my windows version and I got some problems with calling CreateProcess.

Hi SergeyAnfalov, The problem occurs because InstDecode assumes that any instruction from table 2 (prefix 0x0f 0xxx) uses op prefix as mandatory prefix (which is not). I'll solve that problem...

Hello again ! I just created a new branch v3 and it contains InstDecode v3. The new version has a fix for this issue ... So I will close this...

Hi joeparkerz , Can you please specify type of error you got ?

No it's not related to trampoline line's size ... Detours is totally independent on lines ! Can you test hooking CreateWindowExW function on your process (no injection) ? Also consider...

Hi, In order to make a global hook, you need to write your code in a DLL and then you inject this DLL in each or desired process. So you...

Just try to google using this keywords "inject dll delphi". Peek any code that make the injection. This code will be standard for all your future global hooks. I'm really...

Hi Sorien, Can you please include a simple demo ?

Hi there, As pyscripter pointed you out, there is no hard paths from the library. Only the compiler that made such paths. Please, select ```Project => Options => Appearance``` and...

That's because ```var``` is not a published property. Inspector works with properties and not variables/constants.