A data science framework for analyzing Chrome browser extensions.
Go to file
Achim D. Brucker f13a8487be Basic setup of a test that runs against the actual data base. 2018-07-20 08:28:46 +01:00
.paket Updated packet scripts (migration to latest ProjectScaffold). 2018-07-07 00:10:03 +01:00
docsrc Updated documentation stubs (migration to latest ProjectScaffold). 2018-07-07 00:16:50 +01:00
src/LogicalHacking.ExtensionDsLab Load white default theme. 2018-07-19 00:09:39 +01:00
tests/LogicalHacking.ExtensionDsLab.Tests Basic setup of a test that runs against the actual data base. 2018-07-20 08:28:46 +01:00
.gitattributes Updated git configuration (starting migration to latest ProjectScaffold). 2018-07-06 22:41:14 +01:00
.gitignore Basic setup of a test that runs against the actual data base. 2018-07-20 08:28:46 +01:00
LICENSE Switched to GPL 3.0. 2017-08-06 17:14:09 +01:00
LogicalHacking.ExtensionDsLab.sln Updated project files (compiles, based on latest ProjectScaffold). 2018-07-08 00:12:30 +01:00
README.md Updated installation instruction and copyright information. 2018-07-09 07:57:55 +01:00
RELEASE_NOTES.md Basic import of FSharp.ProjectScaffold setup. 2017-08-06 17:59:09 +01:00
build.cmd Updated build scripts (migration to latest ProjectScaffold). 2018-07-06 22:49:17 +01:00
build.fsx Updated build scripts (migration to latest ProjectScaffold). 2018-07-06 22:53:00 +01:00
build.proj Updated build scripts (migration to latest ProjectScaffold). 2018-07-07 00:10:25 +01:00
build.sh Updated build scripts (migration to latest ProjectScaffold). 2018-07-06 22:49:17 +01:00
configure.sh Switched to MariaDB/MySql setup (from SQLite). 2017-09-03 01:23:12 +01:00
fsc.props Added fix for type providers. 2018-07-07 00:32:21 +01:00
paket.dependencies Updated dependencies (in particular, ensure latest FSlab). 2018-07-17 06:54:07 +01:00

README.md

ExtensionDsLab

ExtensionDsLab is a data science and machine learning framework for analyzing security and privacy related properties of the browser extensions (and Chrome Apps) offered in the Chrome Web Store.

Dependencies

Dependencies are managed by paket.

Installation

Linux/MacOs (mono)

After cloning the repository, call

    ./configure.sh  

After that, the project can be build using

    ./build.sh

Windows

On Windows (untested), you need to set up the initial project manually:

    .paket/paket.bootstrapper.exe
    .paket/paket.exe install

After that, the project can be build using

    build.cmd

Team

License

This project is licensed under the GPL 3.0 (or any later version).

SPDX-License-Identifier: GPL-3.0-or-later

Master Repository

The master git repository for this project is hosted by the Software Assurance & Security Research Team at https://git.logicalhacking.com/adbrucker/ExtensionDsLab.