In this project, you will be asked to create a scanner program leveraging the existing ls program to print out contents from a memory dump of "ls" program.
[1] Download sbase.zip
[2] Extract the zip file and run "make" to compile.
[3] Check you have ls_scanner.c and ls_scanner (binary file) including the timestamp (it should be up-to-date otherwise you failed to compile).
[4] Read the comments in "int scanner()" function in the ls_scanner.c
[5] Run ls_scanner and understand what the comments @ [4] mean.
---
[6] Download dumpmem.zip which is a collection of memory dumps from ls program. (Ignore the shell file (.sh file))
[7] Extract the dumpmem.zip file. You will get several memory dump files (.dump files) that contain memory contents of ls program.
[8] Try brute force scanning on each file.