venerdì 29 maggio 2009

Iso9660 Analyzer Tool [0.1.5] (GIT VERSION)

I've upgraded the code on git. What's news ?

  • Now is possible create a cue file from image

  • The image supported now are DATA CD/DVD and SVCD/VCD (MODE1/2048, MODE1/2352, MODE2/2336, MODE2/2352)
    About image MODE/2448 are not supported from cue-sheet standard, and for support it, program convert your image from 2448 to 2352.
    Obviously is possible create from your (BIN/MDF/NRG, etc..) image a valid cue, and if image has a not standard "block", program convert it on a standard image ( image compressed is not supported, yet )
  • Added new feature debug mode

  • This feature permit me support users as well, because take from image following info ( Primary Volume Descriptor, size of image, change of mode if present), and is more clear for me help you :-)
    About this feature if you want support for your image, this is method for send me a "log" of your image.

    $iat --debug -i myImage.dat > myImage.log


    if your file log is over 250kb compress it as tar.gz or tar.bz or zip, and send at

    salsan@users.berlios.de


    Where download this version ?

    git clone git://git.berlios.de/iat


    How to compile ?
    $autoreconf

    $./configure

    $make