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
staticconstexpru16 base_technique_count = HIGH_THRESHOLD; // original technique count, constant on purpose (can also be used as a base count value if custom techniques are added)
665
-
staticconstexpru16 maximum_points = 5510; // theoretical total points if all VM detections returned true (which is practically impossible)
666
665
staticconstexpru16 threshold_score = 150; // standard threshold score
667
666
staticconstexpru16 high_threshold_score = 300; // new threshold score from 150 to 300 if VM::HIGH_THRESHOLD flag is enabled
668
667
staticconstexprbool SHORTCUT = true; // macro for whether VM::core::run_all() should take a shortcut by skipping the rest of the techniques if the threshold score is already met
@@ -687,6 +686,7 @@ struct VM {
687
686
// this is specifically meant for VM::detected_count() to
688
687
// get the total number of techniques that detected a VM
689
688
staticu8 detected_count_num;
689
+
staticu16 technique_count; // get total number of techniques
0 commit comments