mandiant / flare-vm

A collection of software installations scripts for Windows systems that allows you to easily setup and maintain a reverse engineering environment on a VM.
Apache License 2.0
6.37k stars 900 forks source link

Fix Tamper Protection checking section #443

Closed Hrishikesh7665 closed 1 year ago

Hrishikesh7665 commented 1 year ago

Added try-catch block and -ErrorAction Stop parameter around Get-ItemProperty cmdlet to handle errors during execution. Catch block displays message indicating Tamper Protection is not enabled or detected, providing user with more information about potential issues during installation process.

mr-tz commented 1 year ago

thanks!