Post date: Jan 28, 2013 2:56:59 AM
You can download this ATEMU that includes our system. (ATEMU + PIEtrace)
Requirements:
- All the same requirements for compiling ATEMU are needed.
Installation:
1. ./configure
2. sudo make install
Run:
atemu [filename]
* Before you run our system, you should create a "result" folder. After the execution, a trace program will be generated in that folder.
After it loads an executable file, you can start it by typing a command "run".
To quit, you can press "Ctrl+C" and type "quit".
Then, you will find a trace program is generated in the "result" folder.
** If you are using Ubuntu Linux, you may need to install the following packages:
libglib2.0-dev
libelf-dev
libgtk2.0-dev
libxml2-dev