mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-09-23 13:45:36 -04:00
More cleanup and additional
This commit is contained in:
1 parent
27b070167b
commit
320c7af46c
10 files changed
+11
No files matched your search
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.
@@ -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");
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user