Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Intercepting TextOut of GDI32.DLL
#1
I need to intercept the TextOutA/TextOutW function of GDI32.DLL for a process (application) that is running.

The reason is to capture the text that the function will write before it actually does.

I can do this by various ways: Detours, direct function intercepting, etc.

Is there a way to do it with Quick Macros 2?

Thanks,
#2
No. Two years ago I wrote 'dll function call' trigger but rejected because of not perfect stability and other reasons. A macro only can intercept dll function calls in QM process.
#3
If you combined Quick Macros with the Microsoft Detours package for intercepting Win32 API calls you would have the best script solution in the market.

Thanks,


Forum Jump:


Users browsing this thread: 1 Guest(s)