Click here to Skip to main content
15,861,125 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hey all,
I am new to windbg.

my intention is to debug my demo application (windows forms) and try to corrupt a specific function in the memory.

i am attaching my app to windbg;
fetching the address of a function (some button click, through x command) and putting an unresolved breakpoint (bu) there.

But i'm unable to activate this breakpoint as my function address does not get available;
Even if i run my application and call that function through the button click event.

Someone please help.
Posted

1 solution

i tried sosex dll. !mbm command worked for me.

i was able to place an unresolved bp and hit it wen the module was loaded.
 
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