IDA Pro, as a disassembler, can create maps of their execution to show binary instructions that were actually executed by the processor in a symbolic representation. IDA Pro can generate assembly language source codes from machine-executable software and make this code more human-readable using advanced techniques. The dynamic analysis was added to IDA's debugging capabilities. It can handle remote applications and supports multiple debugging targets. Its cross-platform debugging capabilities allow instant debugging and easy connection to local and remote processes. IDA Pro allows the human analysts to override the disassembler's decisions or to give hints, so that the analyst can work seamlessly with the disassembler and more intuitively analyze binary code.