Skip to content

hanneshauer/grievios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRIEviOS

Usage

Requirements

Installation

The GRIEviOS webinterface is available at http://localhost:8000.

pipx

pipx can be used to install GRIEviOS and its dependencies in an isolated environment:

# Install in isolated pipx environment
pipx install grievios
# Run server
grievios

Poetry

Poetry is recommended to install and run GRIEviOS and its dependencies when using the source code:

# Install dependencies
poetry install
# Run using Poetry environment
poetry run grievios

Configuration

By default, GRIEviOS stores its database and logs in $HOME/.grievios. This path can be configured using the environment variable GRIEVIOS_DIR.

Usage

Application Files

GRIEviOS checks for .ipa iOS Application Archive files in the directory $GRIEVIOS_DIR/IPAs.

Logs and Analyzer files

GRIEviOS logs and files generated by analyzers are stored in $GRIEVIOS_DIR/logs/exploration-<exploration-id>.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published