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! | ||
Writing WDF Drivers | 7 Dec 2020 | LIVE ONLINE |
Internals & Software Drivers | 25 Jan 2021 | LIVE ONLINE |
Developing Minifilters | 8 March 2021 | LIVE ONLINE |
Comments
xmm0= 0 0 0 0
0:001> r xmm0 = 1 1 1 1
0:001> r xmm0
xmm0= 1 1 1 1
0:001> r xmm0 = 1 1 1 2
0:001> r xmm0
xmm0= 1 1 1 2
0:001> r xmm0 = 1 9 1 2
0:001> r xmm0
xmm0= 1 9 1 2
On 9/15/18, Shang Yu <[email protected]> <[email protected]> wrote:
> Hi dear all,
> how to change xmm value in debugging , I've tried
> r xmm0=1
> but failed
>
> many thanks!!!
>
> ---
> 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 <http://www.osr.com/seminars>
>
> To unsubscribe, visit the List Server section of OSR Online at
> <http://www.osronline.com/page.cfm?name=ListServer>
>
raj r <[email protected]> <[email protected]> 于2018年9月18日周二 上午3:08写道:
>
> 0:001> r xmm0
> xmm0= 0 0 0 0
> 0:001> r xmm0 = 1 1 1 1
> 0:001> r xmm0
> xmm0= 1 1 1 1
> 0:001> r xmm0 = 1 1 1 2
> 0:001> r xmm0
> xmm0= 1 1 1 2
> 0:001> r xmm0 = 1 9 1 2
> 0:001> r xmm0
> xmm0= 1 9 1 2
>
>
> On 9/15/18, Shang Yu <[email protected]> <[email protected]> wrote:
> > Hi dear all,
> > how to change xmm value in debugging , I've tried
> > r xmm0=1
> > but failed
> >
> > many thanks!!!
> >
> > ---
> > 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 <http://www.osr.com/seminars>
> >
> > To unsubscribe, visit the List Server section of OSR Online at
> > <http://www.osronline.com/page.cfm?name=ListServer>
> >
>
> ---
> 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 <http://www.osr.com/seminars>
>
> To unsubscribe, visit the List Server section of OSR Online at <http://www.osronline.com/page.cfm?name=ListServer>