[SOLVED] CPE457 Lab 10-processes and virtual memory

30.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon lab10-7awwlr.zip (271.9 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
🔒 Securely Powered by:
Secure Checkout
5/5 - (2 votes)

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:
    1. What is the size of this allocation?
    2. What are the permissions?
    3. What is the status (or type)? What does that mean?
    4. What is the value written at the beginning of this allocation?
    5. What would a call to VirtualAlloc look like to make this memory allocation?
  2. The program allocates memory at a virtual address of 0xab0000:
    1. What are the permissions? How can a program use that differently than the previous allocation?
    2. Why can you not inspect the content of this memory allocation?
    3. What would a call to VirtualAlloc look like to make this memory allocation?
  1. There is another allocation that has RWX permissions:
    1. What does it appear that this allocation is used for?
  1. 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).

 

  • lab10-7awwlr.zip