README.md 495 Bytes
Newer Older
sparonuz's avatar
sparonuz committed
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
```
sparonuz's avatar
sparonuz committed
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.
sparonuz's avatar
sparonuz committed

Enjoy