-
-
PMA - Analyzing Malicious Windows Programs
Chapter 7 - Labs Walkthrough
Lab 7-1 Pfew, let’s keep going! Analyze the malware found in the file Lab07-01.exe. Questions How does this program ensure that it continues running (achieves persistence) when the computer is restarted? This program ensures that it continues running by creating a service known as Malservice. Figure 1.1 Why does this... [Read More] -
Practical Malware Analysis - C Code in Assembly
Chapter 6 - Labs Walkthrough
Really good!! Let’s get familiar with C code constructs in Assembly. Lab 06-01 In this lab, you will analyze the malware found in the file Lab06-01.exe. Questions 1.What is the major code construct found in the only subroutine called by main? The main function can be seen in Figure 1.1.... [Read More] -
Practical Malware Analysis - IDA Pro
Chapter 5 - Labs Walkthrough
Alright! Now, let’s get comfy with IDA and analyze some samples. [Read More] -
Practical Malware Analysis - Dynamic Analysis
Chapter 3 - Labs Walkthrough
Hello! Welcome to the walkthrough of Chapter 3 - Labs. [Read More]