2014-07-03 13:18:59 -04:00
|
|
|
VIRUSNAME_PREFIX("SUBMIT")
|
|
|
|
VIRUSNAMES("Sandbox")
|
|
|
|
|
2015-03-04 14:04:24 -05:00
|
|
|
/* Target type is 0, all relevant files */
|
|
|
|
TARGET(0)
|
2014-07-03 13:18:59 -04:00
|
|
|
|
2015-03-04 14:04:24 -05:00
|
|
|
/* Declares to run bytecode only for preclassification (affecting only preclass files) */
|
|
|
|
PRECLASS_HOOK_DECLARE
|
2014-07-03 13:18:59 -04:00
|
|
|
|
2015-03-04 14:04:24 -05:00
|
|
|
/* JSON API call will require FUNC_LEVEL_098_5 = 78 */
|
|
|
|
/* PRECLASS_HOOK_DECLARE will require FUNC_LEVEL_098_7 = 80 */
|
|
|
|
FUNCTIONALITY_LEVEL_MIN(FUNC_LEVEL_098_7)
|
2014-07-03 13:18:59 -04:00
|
|
|
|
2018-12-03 12:40:13 -05:00
|
|
|
int entrypoint()
|
2014-07-03 13:18:59 -04:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|