kmorgan2 / ResTool-NXT

Computer Repair and Troubleshooting utility for ResTech, a department of NIU Housing and Dining
1 stars 1 forks source link

Implement logging for ComboFix #3

Closed kmorgan2 closed 9 years ago

kmorgan2 commented 9 years ago

Parse the log for the number of files between --Other Deletions-- and next section. This is number of entries.

kmorgan2 commented 9 years ago

Implemented logging for _runcf by reading number of lines between Other Deletions and next list item. Will be inaccurate on the very off chance that a file name in deletions has a ton of open parens. Returns 0 if Other Deletions is not present, and Returns an error if the logfile does not exist in the standard location. Will be present in 0.1.141211.0

kmorgan2 commented 9 years ago

Done in 0.1.141211.0