Click here to Skip to main content
16,012,168 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat is a bit mask and when it is used?? Pin
25-Jan-01 4:37
suss25-Jan-01 4:37 
AnswerRe: What is a bit mask and when it is used?? Pin
David Fedolfi25-Jan-01 6:16
David Fedolfi25-Jan-01 6:16 
QuestionInterface or Hook? Pin
Tom K25-Jan-01 3:03
Tom K25-Jan-01 3:03 
AnswerRe: Interface or Hook? Pin
Julien29-Jan-01 15:42
Julien29-Jan-01 15:42 
GeneralNT Service Question (Sleep vs idle) Pin
Michael A Barnhart25-Jan-01 3:01
Michael A Barnhart25-Jan-01 3:01 
GeneralRe: NT Service Question (Sleep vs idle) Pin
Michael A Barnhart26-Jan-01 3:11
Michael A Barnhart26-Jan-01 3:11 
QuestionCan a DLL be spied on? Pin
Matt Philmon25-Jan-01 2:55
Matt Philmon25-Jan-01 2:55 
AnswerRe: Can a DLL be spied on? Pin
29-Jan-01 2:30
suss29-Jan-01 2:30 
There are a variety of ways:-

Take a look at the deadlock detector by John Robbins in MSJ a year or so back.
That shows one way.

Alternateively write wrapper functions for each function in the DLL and call
your wrapper functions rather than call the DLL directly. Put your 'spy' code
in there.

I've also developed another technique, which uses a fair bit of assembly to
mess about with function APIs to do the job, but that has taken me a year and is
part of a product that will be for sale at some point. As you can imagine,
I'm not about to part with that info. Sorry.

Finally there is a company 'Sarion' I think that sells a product called 'APIus'
which looks like it might do the job you want. I've seen adverts in MSJ/DDJ/WDJ
for it.

Stephen Kellett


QuestionHow to visualize a large depot ??? Pin
24-Jan-01 23:35
suss24-Jan-01 23:35 
AnswerRe: How to visualize a large depot ??? Pin
25-Jan-01 2:40
suss25-Jan-01 2:40 
Generala prog like Spy++ Pin
Tom K24-Jan-01 21:23
Tom K24-Jan-01 21:23 
GeneralRe: a prog like Spy++ Pin
24-Jan-01 23:00
suss24-Jan-01 23:00 
GeneralRe: a prog like Spy++ Pin
Tom K25-Jan-01 1:41
Tom K25-Jan-01 1:41 
GeneralCObArray Assertion !!! Pin
24-Jan-01 20:54
suss24-Jan-01 20:54 
GeneralRe: CObArray Assertion !!! Pin
AlexMarbus25-Jan-01 7:47
AlexMarbus25-Jan-01 7:47 
GeneralRe: CObArray Assertion !!! Pin
25-Jan-01 20:29
suss25-Jan-01 20:29 
GeneralRe: CObArray Assertion !!! Pin
6-Feb-01 12:34
suss6-Feb-01 12:34 
GeneralLoadstring Fails on Win98 Pin
Lea Johnson24-Jan-01 18:02
Lea Johnson24-Jan-01 18:02 
GeneralRe: Loadstring Fails on Win98 Pin
Matt.W.24-Jan-01 19:05
Matt.W.24-Jan-01 19:05 
GeneralSystem Tray problem ( program keeps quitting) Pin
Christian Graus24-Jan-01 13:09
protectorChristian Graus24-Jan-01 13:09 
GeneralWMSDK(Windows Media SDK) and MFC Pin
24-Jan-01 11:23
suss24-Jan-01 11:23 
GeneralCTreeCtrl Pin
Fabrizio24-Jan-01 4:22
Fabrizio24-Jan-01 4:22 
GeneralInternet Programming Pin
RaviShankar24-Jan-01 4:12
RaviShankar24-Jan-01 4:12 
QuestionHow to use Interface?? Pin
Tom K24-Jan-01 3:55
Tom K24-Jan-01 3:55 
AnswerRe: How to use Interface?? Pin
Erik Thompson24-Jan-01 7:11
sitebuilderErik Thompson24-Jan-01 7:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.