mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2026-08-28 05:45:03 -06:00
More cleanup and additional
This commit is contained in:
parent
27b070167b
commit
320c7af46c
10 changed files with 11 additions and 0 deletions
BIN
app/libs/ExagearApacheCommons.jar
Normal file
BIN
app/libs/ExagearApacheCommons.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11
app/src/main/java/net/kdt/pojavlaunch/BinaryExecutor.java
Normal file
11
app/src/main/java/net/kdt/pojavlaunch/BinaryExecutor.java
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
package net.kdt.pojavlaunch;
|
||||
|
||||
// This class load and execute PIE binary using dlopen and dlsym("main")
|
||||
public class BinaryExecutor
|
||||
{
|
||||
public static native int executeBinary(String[] args);
|
||||
|
||||
static {
|
||||
System.loadLibrary("binexecutor");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue