User Användare Lösenord  
   
fredag 26.4.2024 / 15:46
Sök: 
     Snabbval: 
      In English   Suomeksi   På svenska   På norsk
afterdawn.com > programvara > versionshistoria isobuster
Programvara
Programvara

Versionshistoria IsoBuster

<<Tillbaka

Förändringar v3.4 -> v3.5

  • Changes / New:
  • 64-bit sector addressing so that we can properly show, extract and support any partition, file, folder or file system above the 2TB boundary
  • Most objects (files, folders etc), despite the 64-bit address instead of the 32-bit address, now use less memory because of intense work and serious optimizations
  • Saving and updating of managed image files, especially for huge drives, is considerably made faster, and yet kept backwards compatible
  • Ability to load a generic image file (*.iso, *.dks, *.flp) with specified properties on the command line: /IPROP:header|blocksize (e.g. /IPROP:100|2048)
  • Ability to extract CD segments as *.WAV file (Gives you the power to wrap any raw CD data in WAVE RIFF headers)
  • Improvements:
  • A plethora of improvements to properly 'guess' the size of an El Torito boot image on CD or DVD, in case that information is not present in the data structures
  • Show how the size was determined in the Boot Image file Properties window
  • Improvements to try an find FAT file systems inside Boot Images on CD and DVD
  • Implemented ability to (via right mouse click) find a matching file for a Boot Image and use that file's size properties
  • Changed 'Last LBA' display to take the last block of the last extent that actually has a size (in case the last one(s) ha(s)(ve) no size)
  • A great number of improvements and workarounds to deal with CD-i discs that have audio and data combined in one track. Because it is an illegal state many drives return unexpected data for such discs
  • Save the status more often while making or completing managed image files. More saves as more problems are encountered
  • Display the address where the process 'Completing IBP/IBQ Image' was aborted in the 'test and complete managed image files' dialog.
  • Ability to create one big IBQ file instead of ~1GB (or otherwise defined) sized IBQ files (will only work on NTFS volumes)
  • The From-To dialog can now also extract *.WAV (via checkbox) from CD
  • Extracting an audio track to WAV or BIN/ISO will now happen including the pre-gap of the next audio track, default set in options
  • Work around Windows issue with downloaded CHM files by removing the "Zone Identifier" stream from the CHM file that was added by Windows after download.
  • Memory and speed improvements in the management of the erroneous-sectors-bitmap
  • Various other smaller GUI improvements
  • Fixes:
  • Show the correct Last LBA for an Audio track
  • GUI fix that properly shows what track is being completed during the completion of a managed IBP/IBQ image file
  • Not all orphaned UDF folders would be found during a "find missing files and folders" in certain situations (bug introduced in IsoBuster 3.2)



Förändringar v3.4 Beta -> v3.4

  • Changes:
  • IsoBuster now also provides access to logical drives (C: D: etc.) instead of only Physical drives (see options). This gives access to Windows volumes. So on a higher level, which means that drivers can translate the data first before IsoBuster gets it. This is particularly useful in case of encrypted volumes, for instance TrueCrypt mounted volumes
  • Dialog for experts with a [Professional] license to work with, test and complete managed image files ?Once an IBP file is loaded, right mouse click the drive-selection control in the left corner and choose "Change or Test managed Image File Properties (Expert)"
  • - Count the amount of errors inside a specified range
  • - Change the status of an area
  • - Complete the image file inside a range
  • Command line parameters /CI: /RANGE: /FROMTO: and /EP:NPC to complete a managed image file, inside a range or not
  • Ability to create an empty IBP/IBQ file set (no actual reads executed) via /ET:E to allow investigators to complete regions via /CI: and /RANGE: or /FROMTO:
  • Allow managed image files to be completed at the end with dummy data if the input drive is "*" (/D:*)
  • Implemented ability to reverse read (during extraction), using a given range
  • Ability to reverse read via command line parameter: /RR:[Interval]
  • Detect if the Linux EXT(2-4) file system is present and show an icon for it (exploration of EXT itself is not implemented but now an investigator knows it's present)
  • Detect if the Unix UFS(1-2) file system is present and show an icon for it (exploration of UFS itself is not implemented but now an investigator knows it's present)
  • Detect if the Linux Reiser(1-4) file system is present and show an icon for it (exploration of Reiser itself is not implemented but now an investigator knows it's present)
  • Detect if the Unix XFS(1-4) file system is present and show an icon for it (exploration of XFS itself is not implemented but now an investigator knows it's present)
  • Ability to load an additional LibEWF.dll next to the already present, embedded, libewf-20130416 version. A libewf.dll and its dependables need to be put in the /plugins/ folder
  • IsoBuster will now always first try to load the dynamic version (assumed to be more recent) before falling back on the embedded libewf-20130416 version. The embedded version may be removed over time to reduce the size again, we'll see
  • New option that defines how strict surface scanning is and whether there should be an abort after an error
  • Improvements:
  • Improved device naming if Inquiry fails
  • Improved determination of HD vs USB stick/Flash etc.
  • Improved user feedback while cleaning up (sanitising) NTFS so that the user has an idea about where the process is
  • Create sparse files when extracting sparse files and no filters are in use for that file
  • Ability to drag files to IsoBuster's TreeView, to open as image file, when IsoBuster is running in an elevated state
  • Popup warning when extracting from the ISO9660 file system, when other better file systems are present
  • Support for the *.image disk file format
  • Show attributes for Tracks, Sessions and Partitions in ListView (instead of N/A)
  • Fixed it so that HDs larger than 2 TB are seen as 2 TB instead of less, so that at least that space can be fully adressed and explored
  • Rewrote the automatic skipping and retry-count reducing mechanism, during extraction of a managed image file, to perform much better
  • Allow in the filename, in case an image is extracted via the command line
  • Dependency on cc3250.dll for old Win2K OS in combination with multi-language support has been removed
  • You can now always choose the installation folder. Before this was dependant on previous installations
  • Show the object Type, cfr. Windows, in the ListView (for instance "JPG file") and allow to sort this new column (column may be hidden by default, right mouse click the ListView columns to enable)
  • Added more sort options that will be performed right after the low level file system / folder exploring is done
  • Various other smaller GUI improvements
  • Fixes:
  • Fixed an exception error that happened if auto-folder-scanning was interrupted by closing the application
  • Fixed an issue that could cause the last part of Video not to be saved to a file, when this video was being filtered via: "Extract but filter only MPG frames"



Förändringar v3.3 -> v3.4 Beta

  • Changes:
  • IsoBuster now also provides access to logical drives (C: D: etc.) instead of only Physical drives (see options). This gives access to Windows volumes. So on a higher level, which means that drivers can translate the data first before IsoBuster gets it. This is particulary useful in case of encrypted volumes, for instance TrueCrypt mounted volumes
  • Dialog for experts with a [Professional] license to work with, test and complete managed image files ?Once an IBP file is loaded, right mouse click the drive-selection control in the left corner and choose "Change or Test managed Image File Properties (Expert)"
  • Count the amount of errors inside a specified range
  • Change the status of an area
  • Complete the image file inside a range
  • Command line parameters /CI: /RANGE: /FROMTO: and /EP:NPC to complete a managed image file, inside a range or not
  • Ability to create an empty IBP/IBQ file set (no actual reads executed) via /ET:E to allow investigators to complete regions via /CI: and /RANGE: or /FROMTO:
  • Allow managed image files to be completed at the end with dummy data if the input drive is "*" (/D:*)
  • Implemented ability to reverse read (during extraction), using a given range
  • Ability to reverse read via command line parameter: /RR:[Interval]
  • Detect if the Linux EXT(2-4) file system is present and show an icon for it (exploration of EXT itself is not implemented but now an investigator knows it's present
  • Detect if the Unix UFS(1-2) file system is present and show an icon for it (exploration of UFS itself is not implemented but now an investigator knows it's present
  • Detect if the Linux Reiser(1-4) file system is present and show an icon for it (exploration of Reiser itself is not implemented but now an investigator knows it's present
  • Detect if the Unix XFS(1-4) file system is present and show an icon for it (exploration of XFS itself is not implemented but now an investigator knows it's present
  • Ability to load an additional LibEWF.dll next to the already present, embedded, libewf-20130416 version. A libewf.dll and its dependables need to be put in the /plugins/ folder
  • IsoBuster will now always first try to load the dynamic version (assumed to be more recent) before falling back on the embedded libewf-20130416 version. The embedded version may be removed over time to reduce the size again, we'll see
  • New option that defines how strict surface scanning is and whether there should be an abort after an error
  • Improvements:
  • Improved device naming if Inquiry fails
  • Improved determination of HD vs USB stick/Flash etc.
  • Improved user feedback while cleaning up (sanitising) NTFS so that the user has an idea about where the process is
  • Create sparse files when extracting sparse files and no filters are in use for that file
  • Ability to drag files to IsoBuster's TreeView, to open as image file, when IsoBuster is running in an elevated state
  • Popup warning when extracting from the ISO9660 file system, when other better file systems are present
  • Support for the *.image disk file format
  • Show attributes for Tracks, Sessions and Partitions in ListView (instead of N/A)
  • Fixed it so that HDs larger than 2 TB are seen as 2 TB instead of less, so that at least that space can be fully adressed and explored
  • Rewrote the automatic skipping and retry-count reducing mechanism, during extraction of a managed image file, to perform much better
  • Allow in the filename, in case an image is extracted via the command line
  • Dependency on cc3250.dll for old Win2K OS in combination with multi-language support has been removed
  • You can now always choose the installation folder. Before this was dependant on previous installations
  • Show the object Type, cfr. Windows, in the ListView (for instance "JPG file") and allow to sort this new column (column may be hidden by default, right mouse click the ListView columns to enable)
  • Added more sort options that will be performed rigt after the low level file system / folder exploring is done
  • Various other smaller GUI improvements
  • Fixes:
  • Fixed an exception error that happened if auto-folder-scanning was interrupted by closing the application
  • Fixed an issue that could cause the last part of Video not to be saved to a file, when this video was being filtered via: "Extract but filter only MPG frames"



Förändringar v3.3 Beta -> v3.3

  • Changes:
  • Added "Extract but filter Mpg" for all files, not just mpeg1 filtering of *.dat files on VCD. If you extract a *.VOB file from a DVD this way you end up with a perfect mpeg2 *.mpg file. See DVDVob2Mpg for more information
  • Detect Encrypted partitions on which no file-systems can be found (for instance encrypted with TrueCrypt)
  • Implemented certain shell commands. Right mouse click on an optical drive will show "investigate with IsoBuster". IsoBuster is added to the list of programs that is available via "Open with"
  • Improvements:
  • The toolbar installation is unchecked by default, so that people who don't read and just install, don't get the toolbar. Seems like a good compromise.
  • FAT Improvement. Test the backup BPB as well, even if the primary BPB is readable and seems ok, and next decide on the best one to use.
  • FAT Improvement. No read-ahead anymore of the FAT. On large volumes this can be time consuming and the FAT records may even not be in use
  • Deal smarter with huge FATs, suppress warning message and don't load in memory all at once
  • Better error display instead of the horrific and way too generic Borland C++ Builder 'EEFFACE' message for C++ exceptions
  • Avoid Nikon *.nef files being found as Kodak *.kdc files
  • Suppress Windows 2000 dialog when there is no floppy in the drive and the drive is being scanned
  • Implemented the ability to detect a floppy drive for what it really is even if there is no floppy in the drive. Before it was not possible to detect a floppy drive properly if it had no disk inside.
  • Scan the full drive letter range A - Z in search of floppy drives, instead of just A and B, now that they can be detected more reliable
  • Small speed improvements here and there, trying to serve results faster when and where possible.
  • Improvements in finding the proper recordings' names on edited DVD-VR discs
  • Improvements to deal with bad (non-windows compatible) file names
  • Improvement in building FAT long file names from corrupted directory tables with wrong checksums
  • Improvement to detect UDF on a CD-R with incorrect track layout
  • Remove certain dialogs with questions during startup for very new users (no prior install), to not confuse them. Use the best Exploration settings instead
  • Updated LibEWF support to libewf-20130416
  • Show compressed folders blue in the Treeview (left pane), not just the ListView (right pane)
  • Show encrypted files and folders green in both left and right pane
  • Show encrypted partitions green in both left and right pane
  • Show "Sparse" for LastLBA in case the object (or last extent) is Sparse
  • Show an empty block and do not read block 0 in case the object is sparse during a SectorView
  • When an NTFS extent is extracted on its own ([Professional] license) and when that extent is a compressed part of a compressed file, then it's decompressed on the fly as well
  • Various other smaller GUI improvements
  • Fixes:
  • On Windows 2000 an error dialog was shown (sometimes) when another language was selected because of a change in the language resource dlls in previous version. All fixed now.
  • Fixed NTFS issue, probably only seen on large volumes (Terabytes). Fragmented MFT files were not always properly seen as such, so that parts or even the root of the file system could not be found.
  • Fixed FAT issue on large FAT volumes that are formatted by other software than Windows itself. In other words an improvement to deal with unexpectedly huge FATs
  • Fixed obscure and rare EEFFACE error while selecting objects
  • Fixed Uninstallation error "Runtime Error (...): Could not call proc."



Förändringar v3.2 -> v3.3 Beta

  • Changes:
  • Added "Extract but filter Mpg" for all files, not just mpeg1 filtering of *.dat files on VCD. If you extract a *.VOB file from a DVD this way you end up with a perfect mpeg2 *.mpg file. See DVDVob2Mpg for more information
  • Detect Encrypted partitions on which no file-systems can be found (for instance encrypted with TrueCrypt)
  • Implemented certain shell commands. Right mouse click on an optical drive will show "investigate with IsoBuster". IsoBuster is added to the list of programs that is available via "Open with"
  • Improvements:
  • The toolbar installation is unchecked by default, so that people who don't read and just install, don't get the toolbar. Seems like a good compromise.
  • FAT Improvement. Test the backup BPB as well, even if the primary BPB is readable and seems ok, and next decide on the best one to use.
  • FAT Improvement. No read-ahead anymore of the FAT. On large volumes this can be time consuming and the FAT records may even not be in use
  • Deal smarter with huge FATs, suppress warning message and don't load in memory all at once
  • Better error display instead of the horrific and way too generic Borland C++ Builder 'EEFFACE' message for C++ exceptions
  • Avoid Nikon *.nef files being found as Kodak *.kdc files
  • Suppress Windows 2000 dialog when there is no floppy in the drive and the drive is being scanned
  • Implemented the ability to detect a floppy drive for what it really is even if there is no floppy in the drive. Before it was not possible to detect a floppy drive properly if it had no disk inside.
  • Scan the full drive letter range A - Z in search of floppy drives, instead of just A and B, now that they can be detected more reliable
  • Small speed improvements here and there, trying to serve results faster when and where possible.
  • Improvements in finding the proper recordings' names on edited DVD-VR discs
  • Improvements to deal with bad (non-windows compatible) file names
  • Improvement in building FAT long file names from corrupted directory tables with wrong checksums
  • Improvement to detect UDF on a CD-R with incorrect track layout
  • Remove certain dialogs with questions during startup for very new users (no prior install), to not confuse them. Use the best Exploration settings instead
  • Updated LibEWF support to libewf-20130416
  • Show compressed folders blue in the Treeview (left pane), not just the ListView (right pane)
  • Show encrypted files and folders green in both left and right pane
  • Show encrypted partitions green in both left and right pane
  • Show "Sparse" for LastLBA in case the object (or last extent) is Sparse
  • Show an empty block and do not read block 0 in case the object is sparse during a SectorView
  • When an NTFS extent is extracted on its own ([Professional] license) and when that extent is a compressed part of a compressed file, then it's decompressed on the fly as well
  • Various other smaller GUI improvements
  • Fixes:
  • On Windows 2000 an error dialog was shown (sometimes) when another language was selected because of a change in the language resource dlls in previous version. All fixed now.
  • Fixed NTFS issue, probably only seen on large volumes (Terabytes). Fragmented MFT files were not always properly seen as such, so that parts or even the root of the file system could not be found.
  • Fixed FAT issue on large FAT volumes that are formatted by other software than Windows itself. In other words an improvement to deal with unexpectedly huge FATs
  • Fixed Uninstallation error "Runtime Error (...): Could not call proc."



Förändringar v3.1 -> v3.2

  • Changes:
  • Support for ExFAT.
  • Find deleted NTFS files and folders during a scan for missing files and folders.
  • Implemented a "Find deleted files and folders" option, when an NTFS file-system is selected. This is a much faster scan if you're only interested in finding deleted files and folders in an NTFS file-system.
  • Support for FATX
  • Support for XISO / XDVDFS
  • Extended Master Boot Record (EMBR) support.
  • BSD partitions support.
  • Improvements:
  • Further improved the UAC experience by tweaking and fixing issues. The experience is still the same as described in previous release.
  • Remove duplicate partitions (for instance when there's a GPT but the MBR fields still point to valid partitions as well).
  • Ways to dump all sectors that are being read to log files (for debug purposes) (support for *.ibdat and *.ibadr).
  • Added .bkf file type recognition to the file-signature scan.
  • Further improved the ListView Columns' drag behaviour by working around (Builder) VCL limits/bugs.
  • An NTFS file also gets the Sparse property now when it's not fragmented (and not only when its extents are sparse)
  • Display the File's start LBA for a sparse file, except when the first extent is sparse, then "Sparse" is displayed
  • Added Full Path(s) and Start and Finish processing time to the MD5 file (as comments).
  • Ability (set via options) to store and restore the position of the main form (instead of always centered).
  • Added *.dd to the supported image files.
  • Recognize EXT SuperBlock when trying to determine the blocksize of an image (for instance a Linux made .dd file with an EXT1,2,3 or 4 file-system).
  • Improved handling of NTFS MFT embedded files during the scan for missing files based on their signature
  • Various improvemens to reduce false positives during scanning for missing files and folders.
  • Various other smaller GUI improvements
  • Fixes:
  • Not all *.png files were found during a scan for missing files and folders (bug introduced in version 3.1).
  • Mac HFS file systems with large fragmented files (more than 8 extents) could trigger a program crash.
  • In rare cases not all files and/or folders of an NTFS folder were found, if that folder was described in both the MFT record and via INDX records.
  • Sometimes too small files were created, when they were fully sparse (one extent, sparse (= all zeroes) (NTFS).
  • Fixed it so that the progress bar also changes color (red) in case of errors, during a scan for missing files and folders
  • Show the last LBA in case of compressed files
  • Fixed one more exception error that could occur while scanning for lost files and folders, due to buggy MS Office documents detection code.



Förändringar v3.1 Beta -> v3.1

  • With media growing larger and larger, and data sets getting bigger and bigger, certain processes were starting to get slow or were consuming too much memory. A great deal of effort was put in to making IsoBuster faster and less memory dependant in this version. Especially when dealing with, and scanning for missing files and folders, on large media. This new version also includes a good range of improvements and bug fixes, better progress indication on Windows 7 and higher, better dealing with the UAC etc.
  • Here's a list of things we have been working on:
  • Changes:
  • On Windows VISTA and higher, if you do not run in admin mode by default (UAC not disabled) you get the UAC (User Account Control) popup each time when you start IsoBuster. This is because admin rights are required to talk to Hard Drives and USB/Flash drives etc. However, in this version, if you disable listing Hard Drives and Flash drives in Options or during install, then you don't get the UAC anymore. The same is true when you run the shell command "extract" or when you start IsoBuster with command line parameters /nodrives or /nohd.
  • Support for GPT (GUID) Partition formatting
  • Also list empty card readers etc. when detected. Insert a card, hit refresh, and IsoBuster will show the content, like it does on optical media
  • Windows 7 (and higher) progress indication via the taskbar
  • Added the ability to choose how the VIDEO_TS\VTS_0x_0x.VOB file size is determined in the VIDEO file-system (Via Options)
  • Implemented extra columns in Listview (Blocks, Offset, Last LBA, Attributes)
  • List unallocated space as a hidden partition, provided it has a reasonable size
  • File signature recognition for *.cr2 (Canon photo format)
  • Improvements:
  • Improvements for Floppy/Diskette detection
  • Improvements for finding NTFS file systems (for instance when there's no partition data to start from)
  • Try to guess the correct code page of CD-Text on an Audio CD based on its Language field
  • Allow columns order to be changed
  • Popup to enable/disable columns
  • Store new column order, width, hidden etc.
  • Which column is sorted, and in what direction, is now shown properly
  • Once a column header is clicked to sort, that sorting order is also applied to every other folder you browse to
  • Various speed and memory allocation improvements throughout the code, noticeable during all sorts of functions.
  • Always use code page 10000 when parsing HFS, this improves special characters display such as the small TM in the top corner
  • Improvements in the detection between optical and other type media image files with shared extensions (e.g. .img)
  • Removed older Win9x / NT4 / Aspi related settings from Options / Communication
  • Introduced ability to start IsoBuster with only optical / only other than optical / both or none at all.
  • Added command line switches: /nocd and /nohd
  • Improved scanning for lost files and folders by reducing false positives for certain FAT and UDF structures
  • Exposed more settings via Options / GUI / Messages, for which a popup occured but no way to change it again existed
  • Various other smaller GUI improvements
  • Fixes:
  • Fixed a possible exception error when scanning for lost files and folders on +VR discs
  • Fixed several excpetion errors that could occur while scanning for lost files and folders, due to buggy MS Office documents detection code.
  • Fixed issue that would prevent ibp images files of other-than-optical media to be accessed properly at all times, because space outside the partitions would stay hidden.
  • Fixed issue that caused an extended partition to be shown as well even though it contained other partitions
  • Fixed issue that sometimes prevented IsoBuster to see all partitions
  • Fixed it so that partitions are sorted, since the partition table may not be sorted
  • Fixed issue causing multi-session optical discs not to produce correct image files all the time.
  • Fixed rare exception errors when opening certain image files where IsoBuster needed to detect optical vs. HD/Flash etc.
  • Fixed rare stack overflow error when deleting a file.
  • Fixed rare exception error when the 'Default' button is clicked in Options



Förändringar v2.8.5 -> v3.0

  • I am glad to be able to announce the final 3.0 version release of an exciting new IsoBuster. Excited because this new version, besides optical media (CD, DVD and BD) now also supports Flash drives, Media cards of all sorts and makes, Jaz, Zip, Floppy drives, Hard Drives etc. To top it of, there is now also brand new NTFS support !
  • To try and pour it in a list, here are the newly supported disks / drives:
  • Thumb / Flash drives
  • SD disks / drives
  • Compact disks / drives
  • MMC disks / drives
  • SSD disks / drives
  • Jaz disks / drives
  • Zip disks / drives
  • Floppy disks / drives
  • HD disks / drives
  • And more ...
  • And here's the newly supported File System:
  • NTFS
  • On optical media (CD, DVD, BD) we are accustomed to the concept of Sessions and Tracks. On all these newly supported disks, logical volumes (file-systems) are put into Partitions, not Sessions. IsoBuster supports, just like you were used to with Sessions using IsoBuster:
  • All Windows / DOS / Macintosh / HFS Partitions are immediately shown
  • All the file-system(s) in those partitions are immediatly shown
  • You can use all the features you normally would use on tracks and sessions, but now on partitions.
  • You can do data recovery pretty much the exact same way as on optical
  • Forensics investigators will love the easy overview of all partitions and all file systems
  • See sector per sector content with Sector View
  • Extract portions of the media
  • Support for UDF, FAT, NTFS, HFS(+) on any partition
  • Etc.



Förändringar v2.8.5 -> v2.9 Beta

  • I am glad to be able to announce the beta version release of an exciting new IsoBuster. Excited because this new version, besides optical media (CD, DVD and BD) now also supports Flash drives, Media cards of all sorts and makes, Jaz, Zip, Floppy drives, Hard Drives etc. To top it of, there is now also brand new NTFS support !
  • To try and poor it in a list, here are the newly supported disks / drives:
  • Thumb / Flash drives
  • SD disks / drives
  • Compact disks / drives
  • MMC disks / drives
  • SSD disks / drives
  • Jaz disks / drives
  • Zip disks / drives
  • Floppy disks / drives
  • HD disks / drives
  • And more ...
  • And here's the newly supported File System:
  • NTFS
  • On optical media (CD, DVD, BD) we are accustomed to the concept of Sessions and Tracks. On all these newly supported disks, logical volumes (file-systems) are put into Partitions, not Sessions. IsoBuster supports, just like you were used to with Sessions using IsoBuster:
  • All Windows / DOS / Macintosh / HFS Partitions are immediately shown
  • All the file-system(s) in those partitions are immediatly shown
  • You can use all the features you normally would use on tracks and sessions, but now on partitions.
  • You can do data recovery pretty much the exact same way as on optical
  • Forensics investigators will love the easy overview of all partitions and all file systems
  • See sector per sector content with Sector View
  • Extract portions of the media
  • Support for UDF, FAT, NTFS, HFS(+) on any partition
  • Etc.



Förändringar v2.8.4 Beta -> v2.8.5

  • Changes:
  • A great deal of new extensions were added to the signature detection which happens during a search for missing files and folders. Besides a large number of various files, picture formats and multimedia files there's now also accurate detection of documents such as: *.wpd, *.sdw, *.odt, *.sxw, *.sxc, *.sxi, *.sxm, *.std, *.ott, *.ots, *.ods, *.odb, *.odg, *.odf, *.odp, *.wb2, *.nsf, *.max and most Office document formats, such as *.doc, *.docx, *.xls, *.xlsx, *.ppt, *.pptx, *mdb, *.pst, *.pub, *.vsd, *.rtf, *.db, *.one, *.wri, *.msi
  • Command line support has been enhanced with a large number of new parameters and combinations. Besides initiating "/scan" and extracting the files found based on their signature "sig:" there is now also the possibility to extract "all:" tracks / sessions / file systems, dynamically change the names of the extract-to files or folders, export file-lists ("/tree") based on a number of parameters/ tokens etc. Best check the details in the help file for more information
  • Improvements:
  • UDF scan for missing files improvements, so that in case of many references to VAT tables not the same sectors are read again and again, and so that duplicate UDF FS are not listed anymore
  • Updated EWF support to the latest and greatest status of the LibEWF project
  • Ability to "OK to all" on Windows IO errors during extraction to avoid X amount of such dialogs when multiple files are processed
  • Always display a message after a forced online check, even if it is the most recent version, and even if the user set not to display beta or final version warnings
  • The cue file full path was displayed in the Save Dialog control instead of only the filename.
  • Ability to build lists, showing the extents of fragmented files. [Business] feature.
  • Various other GUI improvements
  • Fixes:
  • Small issue that caused some DVD IBP/IBQ images to be recognised as CD, so that they could not be completed anymore
  • Small issue that caused some IBP/IBQ images with gaps to be reported without gaps
  • Fixed a very rare crash caused by a buggy UDF file system, while scanning for missing files and folders.
  • The md5 file was not put in the proper folder when set to create automatically after image file creation.
  • Fixed issue that caused the last found file, based on its signature, to be one block short in length.
  • Fixed exception error when trying to sort file extents.
  • Fixed extremely rare offset error in image files accessed via CUE or IBP, when the first track doesn't start at address 0



Förändringar v2.8 -> v2.8.4 Beta

  • Changes:
  • A great deal of new extensions were added to the signature detection which happens during a search for missing files and folders. Besides a large number of various files, picture formats and multimedia files there's now also accurate detection of documents such as: *.wpd, *.sdw, *.odt, *.sxw, *.sxc, *.sxi, *.sxm, *.std, *.ott, *.ots, *.ods, *.odb, *.odg, *.odf, *.odp, *.wb2, *.nsf, *.max and most Office document formats, such as *.doc, *.docx, *.xls, *.xlsx, *.ppt, *.pptx, *mdb, *.pst, *.pub, *.vsd, *.rtf, *.db, *.one, *.wri, *.msi
  • Command line support has been enhanced with a large number of new parameters and combinations. Besides initiating "/scan" and extracting the files found based on their signature "sig:" there is now also the possibility to extract "all:" tracks / sessions / file systems, dynamically change the names of the extract-to files or folders, export file-lists ("/tree") based on a number of parameters/ tokens etc. Best check the details in the help file for more information
  • Improvements:
  • UDF scan for missing files improvements, so that in case of many references to VAT tables not the same sectors are read again and again, and so that duplicate UDF FS are not listed anymore
  • Updated EWF support to the latest and greatest status of the LibEWF project
  • Ability to "OK to all" on Windows IO errors during extraction to avoid X amount of such dialogs when multiple files are processed
  • Always display a message after a forced online check, even if it is the most recent version, and even if the user set not to display beta or final version warnings
  • The cue file full path was displayed in the Save Dialog control instead of only the filename.
  • Various other GUI improvements
  • Fixes:
  • Small issue that caused some DVD IBP/IBQ images to be recognised as CD, so that they could not be completed anymore
  • Small issue that caused some IBP/IBQ images with gaps to be reported without gaps
  • Fixed a very rare crash caused by a buggy UDF file system, while scanning for missing files and folders.
  • The md5 file was not put in the proper folder when set to create automatically after image file creation.
  • Fixed issue that caused the last found file, based on its signature, to be one block short in length.



Förändringar v2.8 Beta -> v2.8

  • Changes:
  • Plugin support for IsoBuster: Opening image files
  • Plugin support for IsoBuster: Creating image files
  • Installing and/or loading plugins via the GUI and command line parameters
  • Support for multi-file CUE sheets & PREGAP directive
  • Wave file support when loading multi-file CUE sheets
  • Support for *.RMG Image files
  • Improvements:
  • Escape sequence in HFS support to deal with HFS bug so that certain HFS file-systems can still be found
  • Add file-extensions only when no file extension is present yet for files in the HFS(+) file system
  • Updated the HFS extensions database
  • Workarounds for buggy ISO9660 file systems created by professional DVD mastering software (affecting commercial DVDs)
  • Improved IFO/VOB file system finding in case of badly mastered Video DVDs
  • Show layer break address
  • Various other GUI improvements
  • Fixes:
  • Fix so that CD-Text is shown again when present in a CDT file (associated to a CUE file)
  • Fix so that the associated CDT file is also MD5'ed when the entire image file is MD5'ed
  • HFS(+) Fix to find additional file extents (>8) that are referenced from the Overflow file.
  • Fixed possibly incorrectly reported size of VIDEO_TS.VOB in the IFO/VOB file system



Förändringar v2.6 -> v2.7

  • Changes:
  • Support for interleaved files in the ISO9660 / Joliet file-system (rare but it can happen)
  • Support for Right to Left reading languages and their optimized language dlls
  • Proper print functionality from the View/Edit text window (formatting, copies, collate etc.)
  • Improvements:
  • Hard coded ignore of drive "HUAWEI Mass Storage" which is a USB modem with CDFS and which returns drive type CDROM, but it behaves badly and causes crashes
  • Implemented *.cwk file-type recognition for found files based on their signature
  • Ctrl-p (Print) and Ctrl-s (Save) implemented in the View/Edit text window
  • Implemented ability to read raw on DVD in [Business] mode when the disc is Blank (some rare drives allow this on readable media without TOC, but they return user data, which is then remapped to raw by IsoBuster)
  • Program start-up speed improved by skipping network drives to avoid long delays
  • Create MD5 of image filename dialog improved
  • Various other GUI improvements
  • Fixes:
  • In rare cases, on Windows OS with particular settings, the program would start with an "Invalid code page" error. This has been fixed
  • Fixed issue that made the online check occur despite the user saying No
  • Fixed it so that the nag screen doesn't show at the first try
  • Fix in CueSheet handling to better deal with image files containing different block sizes per track



<<Tillbaka

Länkar: SvenskaSajter.com | SvenskaSidor.nu
Multimedia: AfterDawn.com | AfterDawns diskussionsområden
Programvara: AfterDawns programvaruområden
International: AfterDawn.com in English | AfterDawn suomeksi | MP3Lizard in English | Blasteroids
RSS-flöde: Nyaste programuppdateringar | Diskussionsområdenas meddelanden
Information: Info om AfterDawn Oy | Annonsera på vår sajt | Villkor för sajtens användning och uppgifter om privatskyddet
Kontakta: Skicka returinformation | Kontakta annonsförsäljningen
 
  © 1999-2024 AfterDawn Oy