[SOLVED] CPE457-Lab 2 PE File Analysis

20.99 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

Rate this product

In this lab, you will download and use PE studio/Dependency Walker to dive into the example PE file. PE Studio will point out any suspicious items, and generally give you a simple interface to view the contents of an executable or dynamically-linked library (DLL).  Explore the application and use it to answer the following questions:

  1. What is the image base? Does this deviate from the standard image base value used by most compilers?
  2. What is the value for the Size of code?
  3. Where is the base of code? What section is this in?
  4. What are the names of the sections in this file? Do any of them deviate from standard names?
  5. Based on the imported functionality, what do you suspect this program does? What other information can you use to determine program functionality?
Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.