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
The checker script runner (ctf-checkerslave, though I'm not happy with the name) could be redesigned into a Python library instead of importing the checker scripts as modules. Checker scripts would then be executables importing the library, instead of the other way round.
This would be the nicer design in my opinion and eliminate some configuration overhead for import-ability of checker modules. It would also provide a nice template for implementations in other languages (see #32).
The text was updated successfully, but these errors were encountered:
F30
added
the
idea
Idea to be discussed, not yet ready for implementation
label
Jun 15, 2018
The checker script runner (
ctf-checkerslave
, though I'm not happy with the name) could be redesigned into a Python library instead of importing the checker scripts as modules. Checker scripts would then be executables importing the library, instead of the other way round.This would be the nicer design in my opinion and eliminate some configuration overhead for import-ability of checker modules. It would also provide a nice template for implementations in other languages (see #32).
The text was updated successfully, but these errors were encountered: