android重签名
摘要:#coding=utf-8'''Created on 2014-3-10@author: Administrator'''import zipfileimport shutil import osdef resign(apk_path, resign_apk_path): if not os.path.exists(apk_path): raise 0, "apk is not exist" # zf = zipfile.ZipFile(apk_path) zf.extractall("test") zf.
阅读全文
posted @ 2014-03-10 17:34
浙公网安备 33010602011771号