From 8ee597869c598ad17a471fe19a4d958dbb61d9f3 Mon Sep 17 00:00:00 2001 From: Archimax <64978924+EnterTheVoid-x86@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:37:16 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1af1e5..8ebf82c 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,15 @@ An exploit for Chrome devices which allows people to unenroll devices with devic ## Setup and installation instructions 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 enter-venv` - `make setup-python` - `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 make_out.sh myCA.der`