python: edit ISO file directly

前端 未结 4 1628
抹茶落季
抹茶落季 2021-01-03 10:53
  1. Is it possible to take an ISO file and edit a file in it directly, i.e. not by unpacking it, changing the file, and repacking it?
  2. It is possible to do 1. from
4条回答
  •  天命终不由人
    2021-01-03 11:46

    Have you seen Hachoir, a Python library to "view and edit a binary stream field by field"? I haven't had a need to try it myself, but ISO 9660 is listed as a supported parser format.

提交回复
热议问题