공부/Cpp
[CodeProject] Bin2Iso
잠수함토끼
2008. 7. 9. 12:34
Introduction
This is a free tool for converting one CD image format (Bin) to another format (ISO). The conversion routine is very simple. Just read the Bin image and according to it's structure, write the data in another format. For this reason, a developer must know structure of both formats.
출처: http://www.codeproject.com/KB/applications/Bin2Iso.aspx