/* * Copyright (C) 2021 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ package com.bdjb.exploit.sandbox; public interface ExploitSandboxInterface { public boolean trigger() throws Exception; }