Click here to Skip to main content
15,919,132 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHandling Mouse Scroll on ListBox Pin
Killer33-May-06 2:31
Killer33-May-06 2:31 
AnswerRe: Handling Mouse Scroll on ListBox Pin
Justin Tay3-May-06 2:36
Justin Tay3-May-06 2:36 
GeneralRe: Handling Mouse Scroll on ListBox Pin
Killer33-May-06 20:32
Killer33-May-06 20:32 
AnswerRe: Handling Mouse Scroll on ListBox Pin
_AnsHUMAN_ 3-May-06 2:50
_AnsHUMAN_ 3-May-06 2:50 
QuestionAnti debug Pin
zon_cpp3-May-06 1:53
zon_cpp3-May-06 1:53 
AnswerRe: Anti debug Pin
toxcct3-May-06 1:59
toxcct3-May-06 1:59 
QuestionRe: Anti debug Pin
David Crow3-May-06 2:10
David Crow3-May-06 2:10 
AnswerRe: Anti debug Pin
James R. Twine3-May-06 3:48
James R. Twine3-May-06 3:48 
   Generally, it means code that checks to see if the process is being run under a debugger.  They range from simple/naive things like calls to IsDebuggerPresent(...) and CheckRemoteDebuggerPresent(...), smarter things like seeing if the first [edited] opcode of a function is an CC [/edited] (breakpoint has been set), or advanced things like looking for tell-tale signs of kernel-level debuggers like looking for the the named pipe used internally by SoftICE (\\.\NTICE, or checking int 41 (Windows debugging kernel) interrupts, etc.

   The art of anti-debugging is as vast and varied as the art of hacking and cracking.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
AnswerRe: Anti debug Pin
James R. Twine3-May-06 4:00
James R. Twine3-May-06 4:00 
QuestionTOOLBAR Problem Pin
mikobi3-May-06 1:00
mikobi3-May-06 1:00 
AnswerRe: TOOLBAR Problem Pin
Nibu babu thomas3-May-06 1:02
Nibu babu thomas3-May-06 1:02 
GeneralRe: TOOLBAR Problem Pin
mikobi3-May-06 1:41
mikobi3-May-06 1:41 
GeneralRe: TOOLBAR Problem Pin
mikobi3-May-06 1:54
mikobi3-May-06 1:54 
GeneralRe: TOOLBAR Problem Pin
mikobi3-May-06 2:07
mikobi3-May-06 2:07 
QuestionCScrollView.. strange effect Pin
yang__lee3-May-06 0:58
yang__lee3-May-06 0:58 
QuestionProperty Pages Modification of the Style. Pin
kiran janaswamy3-May-06 0:47
kiran janaswamy3-May-06 0:47 
QuestionHow to change the menu's background? Pin
Happy frog3-May-06 0:31
Happy frog3-May-06 0:31 
AnswerRe: How to change the menu's background? Pin
Hamid_RT3-May-06 0:51
Hamid_RT3-May-06 0:51 
QuestionNaughty splitter windows with OpenGL and MFC Pin
_psh_3-May-06 0:19
_psh_3-May-06 0:19 
AnswerRe: Naughty splitter windows with OpenGL and MFC Pin
kev~3-May-06 0:35
kev~3-May-06 0:35 
GeneralRe: Naughty splitter windows with OpenGL and MFC Pin
_psh_3-May-06 1:36
_psh_3-May-06 1:36 
Questionempty fields in CIPAddresCtrl Pin
viperlogic3-May-06 0:09
viperlogic3-May-06 0:09 
AnswerRe: empty fields in CIPAddresCtrl Pin
David Crow3-May-06 2:15
David Crow3-May-06 2:15 
Questionhow to get input frm notepad.. Pin
makaveli_073-May-06 0:09
makaveli_073-May-06 0:09 
AnswerRe: how to get input frm notepad.. Pin
Aqueel3-May-06 0:17
Aqueel3-May-06 0:17 

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.