Solutions for Lab 6 within Practical Malware Analysis. Following on from Lab 5 — IDA Pro, we get more comfortable looking at assembly, using IDA Pro, and recognising common C code constructs such as if statements, for and while loops, switches and structs, in order to gain an understanding of a program’s functionality. Lab 6 builds upon each…