microsoft / WinDbg-Samples

Sample extensions, scripts, and API uses for WinDbg.
MIT License
707 stars 117 forks source link

Fix an ancient ReadMemory() bug #40

Closed alexsmendez closed 2 years ago

alexsmendez commented 2 years ago

This PR includes a fix to successfully shop the packets in the ReadMemory() function. The issue appears only when the user request to read more than the default configured xml maximum buffer length.