Moduli, Text

This lesson introduces the following analysis patterns: moduli trace, and text trace.

We'll cover the following...

Moduli trace

In addition to declarative trace, we have code statements that may be intercepted by external API tracing tools (like CreateFile, CloseHandle).

In the sample code above, we have different logs resulting from the ...