bd-jb/src/com/bdjb/exploit/kernel/ExploitKernelInterface.java

13 lines
291 B
Java
Raw Normal View History

2021-10-24 11:23:44 -04:00
/*
* 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.kernel;
2021-10-24 11:23:44 -04:00
public interface ExploitKernelInterface {
public boolean trigger() throws Exception;
2021-10-24 11:23:44 -04:00
}