send = requests.get('url_to.zip')
file = open("path_to.zip", "wb")
file.write(send.content)
file_zip = zipfile.ZipFile(file) # Тут ошибка "zipfile.BadZipFile: File is not a zip file" может пропасть
file_zip.extractall("new_path", pwd="pass")
file_zip.close()
file.close()
qemu-system-x86_64 image.bin -D log.$$$ -d in_asm