This documents contains instruction to implement the RP Emulator in code dwarf-lonlev-0.91_0.\ There are few steps to obtain the instrumented executable. 1. `cd bin` 2. Edit the configuration file `param.cfg` with the path to the original dwarf-lonlev-0.91_0 folder 3. run the script ``` ./Implement_RPE.sh ``` The script will perform all the checks necessary to implement the emulator and create a folder named `RPE_IMPLEMENTATION` which contains the modified code, already compiled. Enjoy