We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f492d72 commit 3d02de0Copy full SHA for 3d02de0
dSploit/src/it/evilsocket/dsploit/core/Client.java
@@ -6,6 +6,7 @@
6
public class Client {
7
8
static {
9
+ java.lang.System.loadLibrary("dSploitCommon");
10
java.lang.System.loadLibrary("dSploitClient");
11
}
12
0 commit comments