N/A
Printable View
N/A
* means no text
No content
Ohh, I misunderstood. I don't think there's any way to do this, but it might be possible to revector
the Win32 API interrupt (if it uses one) and do stuff, or maybe even modify KERNEL32.DLL/USER.EXE/GDI.EXE.
It seems, you donot know microsoft have a sample PROCHOOK, it use for hook any API function, but it for win16 not win32. In fact, it insert a JUMP XXXXX before entry of API function.