Tool to extact files from LG .lbf file
- Clone or download this repository
- Install python 3 (check with "python --version")
- Install pycryptodome (easy way: "python -m pip install pycryptodome")
- Edit Settings inside extract.py (if needed)
- Run the script: "python extract.py LGBackup_xxxxxx.lbf"
If you are interested in technical details see:
this XDA-developers post