Op Some Code

main
ColdWindScholar 2023-11-04 17:28:27 +08:00
parent df3d49c505
commit bc1fe715a0
2 changed files with 7 additions and 8 deletions

View File

@ -2,12 +2,12 @@
# Oppo OFP MTK Decrypter (c) B. Kerler 2022
# Licensed under MIT License
import os
import sys
import hashlib
from Crypto.Cipher import AES
from struct import unpack
import os
from binascii import unhexlify, hexlify
from struct import unpack
from Crypto.Cipher import AES
def swap(ch):

View File

@ -1,14 +1,13 @@
#!/usr/bin/env python3
# (c) B.Kerler 2018-2021, MIT license
import hashlib
import os
import sys
import shutil
import xml.etree.ElementTree as ET
import zipfile
from struct import unpack
from binascii import unhexlify, hexlify
from Crypto.Cipher import AES
import hashlib
import shutil
def swap(ch):