venom925
April 23rd, 2004, 11:53
every time i try to set a breakpoint on a kernell function it tells me unabble to set breakpoint i have both the 110b version and the 109d both do it. im trying to set the bp on the isdebuggerpresent function.
View Full Version : I need ollydbg help
[Originally Posted by venom925]every time i try to set a breakpoint on a kernell function it tells me unabble to set breakpoint i have both the 110b version and the 109d both do it. im trying to set the bp on the isdebuggerpresent function. |
[Originally Posted by naides]Pay Close attention to the spelling and the UpperCase and lowercase name of the function. Olly is case sensitive and IsDebuggerPresent is not the same as isdebuggerpresent. Better yet, if you got through the menu: View->Executable Modules and in the Window that shows up right click on Kernel.dll, in the menu that shows up select View Names and from the pop-up window select the export IsDebuggerPresent, right click it, and you can toggle the breakpoint through point and click, which is less error prone to users of less than 30 years of age: the mouse generation. ![]() |
[Originally Posted by ZaiRoN]Hi, which is the error message Olly gives you? How did you set the breakpoint? |
[Originally Posted by naides]Pay Close attention to the spelling and the UpperCase and lowercase name of the function. Olly is case sensitive and IsDebuggerPresent is not the same as isdebuggerpresent. Better yet, if you got through the menu: View->Executable Modules and in the Window that shows up right click on Kernel.dll, in the menu that shows up select View Names and from the pop-up window select the export IsDebuggerPresent, right click it, and you can toggle the breakpoint through point and click, which is less error prone to users of less than 30 years of age: the mouse generation. |
[Originally Posted by venom925]Hi, it only tells me "Unable to set breakpoint" i tried this still didnt work |
[Originally Posted by Ricardo Narvaja]tyoe BPX IsDebuggerPresent no BP IsDebuggerPresent BP is only allowed for NT/2000 and XP users Ricardo PD:change to xp |
[Originally Posted by venom925]ok not to beat a dead horse but where do i type that? |