-
☄️ @b00leantimport olefile ole = olefile.OleFileIO("estratti/oleObject1.bin") for entry in ole.listdir(): print("Trovato:", entry) data = ole.openstream(entry).read() with open("estratti/estratto.yaml", "wb") as f: f.write(data)
Please register or sign in to comment