Zip file can't open with python but open with binwalk

后端 未结 0 1012
醉梦人生
醉梦人生 2021-01-18 02:50

I have .pkg file that I want to extract with python :

from zipfile import ZipeFile
with ZipeFile(PATH) as t:
    t.extractall()

相关标签:
回答
  • 消灭零回复
提交回复
热议问题