PDA

View Full Version : Command line plugin


sumone4life
June 27th, 2007, 09:17
When you set a break point using
bp [argument] how do you then take the break point off? I looked in the help but couldnt find anything

xenakis
June 27th, 2007, 09:33
google "ollydbg command line remove breakpoint" (without quotes). The first hit will give you the answer and more.

sumone4life
June 27th, 2007, 11:00
thank you.. i have a question though. Say i said:

bp send

to make a breakpoint when the program sent data. Which command would i use to remove it? MD? or BC but i dont know what address its at.