SIde-Channel Analysis toolKit (SICAK)
Software toolkit for side-channel analysis
|
At the moment, this software kit consists of following:
Currently supported platforms are Linux and Windows.
See User's guide for more information about the utilities.
Some plug-in modules (e.g. Oscilloscope) may require third-party software (i.e. drivers, SDKs) to compile and/or function properly. This software may be proprietary and/or not in compliance with SICAK licence and therefore is not distributed alongside this toolkit.
=> before build, see config.pri file and set paths to the third party software to allow compilation of plug-in modules that depend on it
The project takes advantage of the qmake build system, provided by the Qt framework.
To build project on Linux, simply run
To move all the utilities and plug-ins into appropriate directory structure, run
and check the INSTALL directory.
If you wish to deploy the application, check the Qt manual: http://doc.qt.io/qt-5/linux-deployment.html
On Windows, use Qt developer console, e.g. Qt 5.11.2 64-bit for Desktop (MSVC 2017):
To move all the utilities and plug-ins into appropriate directory structure, run
and check the INSTALL directory
If you wish to deploy the application, check the windeployqt utility and Qt manual: http://doc.qt.io/qt-5/windows-deployment.html
SICAK - SIde-Channel Analysis toolKit Copyright (C) 2018 Petr Socha, FIT, CTU in Prague
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
This project is a result of pursuing a master's degree at Faculty of Information Technology, Czech Technical University in Prague.
Author: Petr Socha, petrsocha(at)petrsocha.cz, sochapet(at)fit.cvut.cz
Supervisor: Vojtěch Miškovský, miskovoj(at)fit.cvut.cz