Skip to content

algorgeous/Assistant-Samo-Trace-Me

 
 

Repository files navigation

SamoTrace-Me Assistant

SamoTrace-Me Assistant is a modular web application. One of the advantages of modularity is that you can replace or add any module without affecting the rest of the application. Each module allows to offer a view of the traces and their exploitation. The traces are managed by a Trace-Based Systems [KTBS] (https://kernel-for-trace-based-systems.readthedocs.org/en/latest/).

The figure below describes the architecture of the assistant and the relationship between modules:

alt tag

Samotrace-Me has three main types of modules:

Installation

The source code of the assistant must be installed following the steps below :

  • The source code of SamoTraceMe assistant is hosted on GitHub. For this, you need to have Git installed; if you don’t, type:
sudo apt-get install git
  • SamoTraceMe assistant is a php web application, so you need to install :
    • PHP
    • A web server like Apache
    • PHP extensions: curl
    • mongodb php for the database
  • Clone this repository
git clone https://github.com/fderbel/Assistant-Samo-Trace-Me.git
  • The application is accessible in your browser via: [site]/Assistant-Samo-Trace-Me/Index.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.8%
  • PHP 6.8%
  • CSS 2.2%
  • HTML 1.2%