Skip to content

unix3dgforce/OppoDecrypt

Repository files navigation

OppoDecrypt

Oppo .ofp and Oneplus .ops Firmware decrypter

Installation:

  • Install >= python 3.10

Install poetry:

Linux, macOS, Windows (WSL)

curl -sSL https://install.python-poetry.org | python3 -

Windows (Powershell)

(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -

In the console, run

poetry install

Usage CLI:

  • Extract ops/ofp file:
python3 OppoDecrypt --cpu {qualcomm,mtk} [--debug | --no-debug] [--sparse | --no-sparse] [file.ofp | file.ops] [directory to extract]

Run GUI:

  • Extract ops/ofp file:
python3 OppoDecrypt --gui

GUI:

Thanks:

About

Oppo .ofp and Oneplus .ops Firmware decrypter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published