Starting from:

$20

CPE457- Lab10 Processes And Virtual Memory Solved

Lab Description:  When performing reverse engineering activities related to malware analysis, it is important to understand the components that make up the program. Particularly, malware that utilizes obfuscation will leverage dynamically allocated memory for deobfuscation, allowing the analyst better insight into program behavior.

Lab Environment: Students will need access to a Windows VM and be able to run Process Hacker 2.

Lab Files that are Needed: The lab binary.


Answer the Following Questions
Execute the sample program given to you then answer the following questions. When finished, press “CTRL-C” to terminate the process.



1.   The program allocates memory at a virtual address of 0xca0000:

a.   What is the size of this allocation?

b.   What are the permissions?

c.    What is the status (or type)? What does that mean?

d.   What is the value written at the beginning of this allocation?

e.   What would a call to VirtualAlloc look like to make this memory allocation?

2.   The program allocates memory at a virtual address of 0xab0000:

a.   What are the permissions? How can a program use that differently than the previous allocation?

b.   Why can you not inspect the content of this memory allocation?

c.    What would a call to VirtualAlloc look like to make this memory allocation?
 

3.   There is another allocation that has RWX permissions:

a.   What does it appear that this allocation is used for?

4.   What handles does this program have open? Describe the importance of each one (or speculate if it’s not clear why the program has that handle).

 

More products