This document discusses dynamic binary instrumentation using Intel's PIN tool. It provides an overview of instrumentation, why dynamic binary instrumentation (DBI) is useful, and examples of using PIN for instrumentation and analysis. Key points include that instrumentation inserts extra code into a process's memory, PIN is useful for reverse engineering and malware analysis, and examples demonstrate using PIN to count instructions and detect heap bugs.