Added Al-Khaser console parameters for test enabling #261
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added posibility to enable checks groups in console.
Helpful for software using al-khaser or for writing al-khaser running scripts.
Examples:
al-khaser_x64.exe
runs al-khaser with default checks (as they were defined before)al-khaser_x64.exe --check TLS
runs al-khaser only with TLS checksal-khaser_x64.exe --check KVM --check GEN_SANDBOX
runs al-khaser KVM and GEN_SANDBOX checks