CaringCaribou / caringcaribou

A friendly car security exploration tool for the CAN bus
GNU General Public License v3.0
751 stars 197 forks source link

Graceful quit of UDS service discovery via exception handler #50

Closed bhass1 closed 5 years ago

bhass1 commented 5 years ago

Data was lost when user interrupted the uds discovery function. After this change, the KeyboardInterrupt is caught earlier so the found services can still be displayed to the user, thus preventing data loss.