Update README.md

This commit is contained in:
Archimax 2025-01-26 16:37:16 -05:00 committed by GitHub
parent 249b72beb3
commit 8ee597869c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,12 +12,15 @@ An exploit for Chrome devices which allows people to unenroll devices with devic
## Setup and installation instructions ## Setup and installation instructions
Clone the repo with ``git clone --recursive https://github.com/MunyDev/icarus/`` and change directory to it. Clone the repo with ``git clone --recursive https://github.com/MunyDev/icarus/`` and change directory to it.
Set up the environment by running the following commands (Make sure you have both python3 and python3-venv installed beforehand): Set up the environment by running the following commands (Make sure you have python3, python3-venv, and protobuf installed beforehand):
- `make setup-venv` - `make setup-venv`
- `make enter-venv` - `make enter-venv`
- `make setup-python` - `make setup-python`
- `make build-packed-data` - `make build-packed-data`
Before continuing, open Chrome on your build machine and go to chrome://components. This allows us to generate the nessecary data.
- `bash get_original_data.sh` - `bash get_original_data.sh`
- `bash make_out.sh myCA.der` - `bash make_out.sh myCA.der`