have u a tsr for win32 with source code? or do u know any web pages with tsr programs made with masm32
You should look at Iczelion's VxD tutorials. VxD's are basically Windows TSRs :-) I do not yet know of any asm WDM tutorials.
It is indeed possible to do TSR'ish stuff using ring-3 code though. You should definitely read a large Win32 API hooking article:
http://www.internals.com/articles/apispy/apispy.htm
----------------------------
Team2k PC Development team:
http://ppilot.homepage.com
Every Windows program is a TSR in the meaning that it stays in memory and allows context switch to other program.
Got it!