April 2002
Intermediate to advanced
816 pages
20h 56m
English
By Rudi Martin
IN THIS CHAPTER
Walking the stack—the act of determining at runtime which methods are calling you—is a fundamental part of the .NET Framework runtime. In particular, this technique is absolutely essential to the operation of the security system. Understanding the techniques and algorithms used is vital when considering the design and implementation of secure code.
One of the advantages that a managed environment, such as the .NET Framework, enjoys is that information that would typically be discarded under a traditional, statically compiled model is still available at runtime. ...