...There’s no official Canon based application to find the shutter count for an EOS DSLR.
However, there are a few free tools that may help you to do this. They provide some details about the camera, including product Name, firmware version, battery level, shutter Counter, date/time, and owner/artist/copyright strings. But it does not support this features: Editing the owner/artist/copyright and synchronizing date/time within the local PC's date/time.
For that, I wrote a new utility that includes all these features by integrating those that were missing.
I uses an official Canon SDK (Canon ED-SDK) to retrieve and set all camera information (shutter count is retrieved via an undocumented function).
...