From 33d3d38d5cc54922fcddd5f7401f4b0d313eb98a Mon Sep 17 00:00:00 2001 From: Jonathan Herrewijnen Date: Sat, 3 Aug 2024 15:37:57 +0200 Subject: [PATCH] add incomplete readme and requirements.txt --- README.md | 11 ++++++++++- requirements.txt | 3 +++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index d636105..8e7a2fa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # Samsung_S7 +Code to exploit and research the Exynos Bootrom. -Code to exploit and research the Exynos Bootrom \ No newline at end of file +## Setting up +Create a venv, and intall ghidra_assistant. +```bash +python3 -m venv venv +. venv/bin/activate +pip install -r requirements.txts +``` + +To get to work, run `source/exploit/exploit.py` \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..435a090 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +sphinx-rtd-theme +sphinxcontrib.confluencebuilder +sphinxcontrib.drawio