![]() |
|
|
|
#1
|
|||
|
|||
|
Well the way Ollydbg implmented Ranged breakpoints is simply actually tracing all the instructions one by one and check for your condition (this is why its so slow) i guess the only way you can implement it in kernel is like SoftICE for 9x worked which is hooking the Paging mechanisim of Windows and paging out the region you want ... well you get the point
it's not that simple but yet not too complicated requires some driver coding .-- Jon. |
|
#2
|
||||
|
||||
|
Yes i agree with jon. Such functionality is not included in WinDbg. But as he said if you are up with driver development or writing your own debugger extension which is btw not that difficult.
I can give you the advise to read in the www.sysinternals.com forum to get more information about the topic. www.codeguru.com/forum is also a good place to ask such things. good luck ric ![]() regards PAPiLLiON aka OHPen aka PiTcH_SiLoW |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New windbg preview available | Shub-Nigurrath | Community Tools | 2 | 09-01-2017 23:35 |
| Windbg in IDA 6.5 | zeuscane | General Discussion | 8 | 11-02-2014 14:13 |
| WinDBG Virtual PC | Sergey Nameless | General Discussion | 6 | 09-06-2004 16:13 |