Starting from:

$30

CS361-Homework 2 Inspecting Running Processes Solved

In the last homework you looked at the symbol table of your own compiled program. This time we’ll be watching and interacting with precompiled programs as they execute.

Before you start, please make sure to log in systems[1-4].cs.uic.edu (e.g. systems1, systems2, etc.).

The skeleton code for this assignment is available at this link. You must use GitHub classroom to write your code and keep a commit log on GitHub. You will submit your files via Gradescope.

Your task will be to fill out two files in your personal repository called secrets.txt and howto.txt.

The format for secrets.txt should be:

0.  these  

1.  are  

2.  not  

3.  real  

4.  secrets  

howto.txt is also required: you must describe in English how to find the secret for that given executable. Each individual howto should be on one more more lines after a line with only the executable number and a period on it, like so:

0.  

https://sites.google.com/uic.edu/cs361summer2020/homeworks/hw2?authuser=1

6/15/20200.  

This was the really easy one. You had to run it and then type in the 

CS 361 Summer 2020  Home Schedule      Homeworks  secret of life.  

1.  

For this one, I had to:  

* Run a specific unix utility to learn some specific information  * Perform some specific task that I found out about by checking part of a specific line in the output of the unix utility.  ...

More products