You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the code for handling plugin analysis. My question is, if an ExceptionSafeProcess exception is executed, will the following code run normally? Is the progress bar not moving related to this? Which code updates the progress
The text was updated successfully, but these errors were encountered:
Hi, the analysis plugin code is encapsulated in a ExceptionSafeProcess. This is done to ensure that if an error occurs, the analysis scheduling will continue and no information gets lost. So yes, even if an exception occurs, the rest should run normally and the progress should also be updated. I'm still not sure what may cause your issues. I tried to reproduce it by analyzing a larger firmware with cwe_checker enabled, but was unsuccessful.
The FACT version you are using
4.2dev
Your question
Here is the code for handling plugin analysis. My question is, if an ExceptionSafeProcess exception is executed, will the following code run normally? Is the progress bar not moving related to this? Which code updates the progress
The text was updated successfully, but these errors were encountered: