DFIRKuiper / Kuiper

Digital Forensics Investigation Platform
760 stars 111 forks source link

improve srum parser #41

Closed leba-gd closed 2 years ago

leba-gd commented 2 years ago

This PR improves the performance of the SRUM parser significantly from several minutes down to a couple of seconds.

It also fixes a bug for newer Windows OSes where a few SRUM tables are no longer available.

The code is also Python3-ready in case you plan to update to a newer python release in the future.

salehmuhaysin commented 2 years ago

Thank you for your contribution for making the analysis more easier ^_^