The lastest version of VrtuleTree can be always downloaded from the following links:
To compile the sources, see the build instructions page. You can also browse the source code (including newest changes that are not part of any release yet) on Github
23. 12. 2015 (v1.5)
- New types of information are being collected:
- extension flags
- device ID
- instance ID
- device capabilities
- removal relations
- eject relations
- Driver devices
- Major functions
- Disk device
- Removal/Eject relations
- Driver name and address
- Device name and address
- Devices in the treeview
- Device ID
- Fast IO dispatch (not collected yet)
- Devnode tree (not collected yet)
The driver is signed by a trusted certificate based on the SHA-1 digest algorithm, so even older and unpatched Windows should load it without problems.
14. 1. 2014
- All executables of the last version are now digitally signed with a trusted certificate, so no Test Signing and/or Debug mode are required anymore.
28. 10. 2013
- Volume Parameter Block (VPB) structures are now displayed
12. 5. 2013
- Successfuly tested on Windows 8
- GUI improvements
- Quality of source code improved
- Application now benefits of Delphi generics
- Device type is now displayed also as a named constant
15. 4. 2013
- A bug causing BSOD when snapshotting device device object that is being removed from a device chain was fixed.
- More information about drivers is displayed (filename, image base, image size, DriverEntry, DriverUnload, StartIo, Flags).
- The utility is now able to save the information to log files. It is possible to specify what information should be saved.
13. 4. 2013
- Initial release