====== Imgtool ====== ---- **Imgtool** is used to access files stored in native disk images. For example, you can manipulate Apple II disks and extract files, or rename a file on a VZ200 disk. ===== Modules ===== ---- To add support for a new format, you have to write an imgtool module. Those modules implement various functions that are then called by imgtool to perform the specific task. Those functions are: * [[reference:imgtool:read_file|read_file()]] 2007/11/26 21:25 ===== Imgtool Functions ===== ---- Helper functions that are available to the imgtool modules are: ==== Streams ==== * [[reference:imgtool:stream_write|stream_write()]] 2007/11/26 21:35