How Understanding Assembly Language Helps Debug .NET Applications [CodeProject]
A quick plug to let you know that I published today an article called How Understanding Assembly Language Helps Debug .NET Applications on CodeProject.
It contains some scenarios previously covered on this blog and others that I worked on specifically for the article, and strives to explain why assembly language skills are beneficial even if you’re only working on .NET applications.
Here’s the TOC:
- Analyzing a corrupted or incomplete call stack
- Correlate crash location to source code line
- Determine function arguments
- Find the static root that references your object
I am posting short updates and links on Twitter as well as on this blog. You can follow me:@goldshtn