Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
I made the injection-DLL with hooks of BitBlt, AlphaBlend, DrawTextEx and ExtTextOut functions using MS Detours. Every hook just calls original function and works fine except for BitBlt. Debugging in disassemly shows that the return address has some dummy value. Any ideas how to fix it? Is it a bug of Detours?
Posted

1 solution

Hi dear
i think it can help you
take a look:

http://msdn.microsoft.com/en-us/library/dd183370(v=VS.85).aspx[^]

good luck
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900