| | ||
Scan the code for the following constructs:
| Language | Key Words to Look For |
|---|---|
| ASP.NET, C#, VB.NET, and Java | Exception |
| Windows (SEH) | __try and __except, or __finally |
| C++ | try and catch, or finally |
| Windows (Impersonation functions) | Impersonate and SetThreadToken |