Description

October 22, 2014 ยท View on GitHub

Description

Display csv formatted PE Replay data with django. This servers as the front end monitor for the up-coming project PE Replay.

Input

The input of this project is two csv files:

  1. data_frames.csv
  2. data_blocks.csv

They are the direct output of project PE Replay.

How to start

  1. bash before_init_db.sh
  2. bash init_db.sh
  3. bash run.sh

Urls

  • /frames/27 : Navigate to frame 27
  • /frames/0x410027 : Navigate to block that starts from 0x410027