File analysis can be divided into two types: static, where a file is examined without being executed, and dynamic, where the file is run in a safe environment (a test machine or a virtual machine, such as a sandbox). Here, I will describe how to set up a working environment for safe static...