Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Internals & Software Drivers | 7 February 2022 | Live, Online |
Kernel Debugging | 21 March 2022 | Live, Online |
Developing Minifilters | 23 May 2022 | Live, Online |
Writing WDF Drivers | 12 September 2022 | Live, Online |
Comments
BTW, if I understand it properly, you use one VMWARE machine as debuggee and a second one as debugger?
L.
Yes, I run debugee (W2K12R2) in one vmware machine and the debugger (W8.1 - I also tried W10) in another vmware machine. Both on a esxi host. Connected via serial named pipe.
Could I use for my environment also your kdvmware?
It does not look like to run on esxi - or?
(Win 7-) and network. I run the debugger in one VM and the test code in
another. I suspect VMWare can be setup to work, but I have not verified.
On Mon, Nov 20, 2017 at 11:38 AM [email protected]
wrote:
> Yes, I made my own modification with my own easy-to-start application. I
> never tried on ESX tho, I always do it like host=debugger, guest=debuggee.
>
> ---
> WINDBG is sponsored by OSR
>
> OSR is hiring!! Info at http://www.osr.com/careers
>
>
> MONTHLY seminars on crash dump analysis, WDF, Windows internals and
> software drivers!
> Details at
>
> To unsubscribe, visit the List Server section of OSR Online at <
> http://www.osronline.com/page.cfm?name=ListServer>
>
> I've not tried VMWare, but I use VirtualBox and it works for both serial
> (Win 7-) and network. I run the debugger in one VM and the test code in
> another. I suspect VMWare can be setup to work, but I have not verified.
In that vein, I've used VirtualBox to run the debugee VM (with bridged
ethernet adapter) on a Win7 Host. I could not get windbg net to work
running on the Win7 host. It worked fine running on a separate machine
on the LAN. (I didn't bother digging with WireShark to see what was
actually happening. I didn't try running windbg in another VM under
VirtualBox on the same host.)
On Mon, Nov 20, 2017 at 3:28 PM Nathan Kidd <
[email protected]> wrote:
> On 20/11/17 11:59 AM, "Jamey Kirbywindbg"@lists.osr.com wrote:
> > I've not tried VMWare, but I use VirtualBox and it works for both serial
> > (Win 7-) and network. I run the debugger in one VM and the test code in
> > another. I suspect VMWare can be setup to work, but I have not verified.
>
> In that vein, I've used VirtualBox to run the debugee VM (with bridged
> ethernet adapter) on a Win7 Host. I could not get windbg net to work
> running on the Win7 host. It worked fine running on a separate machine
> on the LAN. (I didn't bother digging with WireShark to see what was
> actually happening. I didn't try running windbg in another VM under
> VirtualBox on the same host.)
>
> ---
> WINDBG is sponsored by OSR
>
> OSR is hiring!! Info at http://www.osr.com/careers
>
>
> MONTHLY seminars on crash dump analysis, WDF, Windows internals and
> software drivers!
> Details at
>
> To unsubscribe, visit the List Server section of OSR Online at <
> http://www.osronline.com/page.cfm?name=ListServer>
>