Oppo .ofp and Oneplus .ops Firmware decrypter
- Install >= python 3.10
curl -sSL https://install.python-poetry.org | python3 -
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
In the console, run
poetry install
- Extract ops/ofp file:
python3 OppoDecrypt --cpu {qualcomm,mtk} [--debug | --no-debug] [--sparse | --no-sparse] [file.ofp | file.ops] [directory to extract]
- Extract ops/ofp file:
python3 OppoDecrypt --gui