David Simunič
David Simunič
Basically how Explorer (and many other programs) behaves: when you press e.g. the A key when the listview is focused, it will select the first file or folder whose name...
Move hash calculation out of Container, add CRC32 hash, calculate hashes for files inside the image
Right now we only calculate the MD5 and SHA-1 hashes for the entire image, hence the relevant code is in the Container class. However, it would be nice to also...
This is more of a long-term thing, not a priority but "nice to have" feature eventually, at least for read support. There's documentation available from reverse-engineerng and some official sources...
Eventually when there's at least NTFS read support (or some other file system with more than just the basic four attributes we have now), we might want to display more...
This likely won't be done for the next release, but is definitely a mid-term priority, at least read support. There's some thought to be put into differences between the NTFS...
Allows the user to view (partial?) file contents (hex / ASCII ?) in a window without having to extract first. This might be useful e.g. for images infected with viruses,...
As per discussion on Discord, the view menu toggle for showing deleted objects should be removed and replaced by a dedicated dialog for viewing (and possibly undeleting?) deleted objects, if...
Perhaps another "nice to have" feature, ie. the ability to mount the loaded disk image in Windows in some way via a menu item. Windows has had native VHD/VHDX and...
Allows the user to replace a file in the image without having to manually delete the original and inject the replacement. Possible cases: -files are the same size: replace contents...