Just a tool I quickly knocked up to get back a lost iso from the god I'd made. Thought it might come in handy for others in a similar situation. It's had a
reasonable amount of testing now, except with NXE images (please provide feedback).
Now works on god packages made by Iso2God (with XSF header) and at least some tools that produce gods without an XSF header including NXE (sector
offsets are now updated to point to the correct location in the image).
Since adding support for NXE images you now supply the tool with god package files, rather than the .data directories (these must still be there, obviously, and
in the same place as the package file).
v1.0.4
- handle updating sector offsets for directory tables which span multiple sectors
v1.0.3
- Should support NXE images, let me know if there are any problems
v1.0.2
- Can now handle headerless isos (like the genesis emulator). NXE installs are headerless, but appear to also have incorrect offsets in them and I don't know
how to correct that yet, but if I find out I'll be able to add support for them too
v1.0.1
- Fixes problems with older versions of Windows
god 이미지를 다시 iso파일로 변환해주는 유틸입니다.^^