mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-12 06:05:10 -04:00
More cleanup and additional
This commit is contained in:
parent
27b070167b
commit
320c7af46c
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…
x
Reference in New Issue
Block a user