CLASSIFIED: OPEN DOSSIER
Sentinel Deployment
2026-02-09 Innora Engineering
# Sentinel Deployment Guide
Sentinel is our advanced reverse engineering and binary instrumentation toolkit.
## Installation
Sentinel can be deployed via Docker for maximum isolation:
```bash
docker pull sginnora/sentinel:latest
docker run -d --name sentinel sginnora/sentinel
```
## Configuration
Edit the `sentinel.yaml` file to configure target instrumentation parameters.