Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | java: implement classloader findclass | Jari Vetoniemi | 2019-02-25 |
| | |||
* | wrapper: fix compiler warnings | Jari Vetoniemi | 2018-11-23 |
| | |||
* | wrapper: woops, some debug code commited | Jari Vetoniemi | 2018-11-23 |
| | |||
* | libpthread: link against `rt` for older glibc | Jari Vetoniemi | 2018-11-23 |
| | |||
* | Makefile: libpthread first as it's needed by libdl | Jari Vetoniemi | 2018-11-23 |
| | |||
* | libEGL: define GLFW_INCLUDE_NONE | Jari Vetoniemi | 2018-11-23 |
| | |||
* | libc: generate sysconf | Jari Vetoniemi | 2018-11-23 |
| | |||
* | do not share mmaps | Jari Vetoniemi | 2018-11-23 |
| | |||
* | PACKAGE_CODE_PATH == apk file not extracted dir | Jari Vetoniemi | 2018-11-22 |
| | |||
* | refactor trampoline to use relative jmp/call | Jari Vetoniemi | 2018-11-22 |
| | |||
* | libjvm-java: Implement more system properties | Jari Vetoniemi | 2018-11-22 |
| | |||
* | libjvm-java: handle null string | Jari Vetoniemi | 2018-11-22 |
| | |||
* | loader: fix uninitialized variable | Jari Vetoniemi | 2018-11-20 |
| | |||
* | libc-stdio: fix standard streams with libstdc++ | Jari Vetoniemi | 2018-11-20 |
| | |||
* | corrections to readme | Jari Vetoniemi | 2018-11-19 |
| | |||
* | add libjvm-misc for anything app specific | Jari Vetoniemi | 2018-11-19 |
| | |||
* | loader: fix obb injection | Jari Vetoniemi | 2018-11-19 |
| | |||
* | update README | Jari Vetoniemi | 2018-11-19 |
| | |||
* | loader: don't JNI_OnLoad if there's entrypoint | Jari Vetoniemi | 2018-11-19 |
| | |||
* | loader: remove old printf | Jari Vetoniemi | 2018-11-19 |
| | |||
* | loader: fix comments | Jari Vetoniemi | 2018-11-19 |
| | |||
* | improvements to the andre-apk.sh | Jari Vetoniemi | 2018-11-19 |
| | |||
* | libjvm-android: make the hacky input scroll | Jari Vetoniemi | 2018-11-19 |
| | |||
* | disable VERBOSE_FUNCTIONS by default | Jari Vetoniemi | 2018-11-19 |
| | |||
* | remove hard coded paths, add andre-apk.sh | Jari Vetoniemi | 2018-11-19 |
| | |||
* | rename app executable to andre (loader.c) | Jari Vetoniemi | 2018-11-19 |
| | |||
* | libjvm-android: add android_os_Build_BRAND | Jari Vetoniemi | 2018-11-19 |
| | |||
* | libc: support various _chk functions | Jari Vetoniemi | 2018-11-19 |
| | |||
* | libc: cleanups | Jari Vetoniemi | 2018-11-19 |
| | |||
* | support running bionic binaries more properly | Jari Vetoniemi | 2018-11-19 |
| | |||
* | Makefile: add missing depends to libc | Jari Vetoniemi | 2018-11-19 |
| | |||
* | refactor app.c | Jari Vetoniemi | 2018-11-18 |
| | |||
* | Makefile: wrapper.a hide symbols | Jari Vetoniemi | 2018-11-18 |
| | |||
* | Makefile: larger stack usage | Jari Vetoniemi | 2018-11-18 |
| | |||
* | jvm: dont print objects if no VERBOSE_FUNCTIONS | Jari Vetoniemi | 2018-11-18 |
| | |||
* | wrapper: don't copy if no VERBOSE_FUNCTIONS | Jari Vetoniemi | 2018-11-18 |
| | |||
* | linker fixes | Jari Vetoniemi | 2018-11-18 |
| | |||
* | standalone libjvm-java | Jari Vetoniemi | 2018-11-18 |
| | |||
* | set android sdk api level to 15 | Jari Vetoniemi | 2018-11-18 |
| | |||
* | jvm: static functions | Jari Vetoniemi | 2018-11-18 |
| | |||
* | SDK_VERSION to INT_MAX | Jari Vetoniemi | 2018-11-18 |
| | |||
* | libjvm-java: implement java/lang/String/getBytes | Jari Vetoniemi | 2018-11-18 |
| | |||
* | libjvm-java: implement java/lang/System/getProperty | Jari Vetoniemi | 2018-11-18 |
| | |||
* | Makefile: remove fake target tricks | Jari Vetoniemi | 2018-11-18 |
| | | | | | Breaks dependency tracking as the target is never produced. Lets just use make as its meant to. | ||
* | antiantidebug: remove printf | Jari Vetoniemi | 2018-11-18 |
| | |||
* | linker: fix cpp_demangler setting | Jari Vetoniemi | 2018-11-18 |
| | |||
* | wrapper: use static log buffer | Jari Vetoniemi | 2018-11-18 |
| | |||
* | copy symbols in wrapper_create | Jari Vetoniemi | 2018-11-18 |
| | | | | | | | | We don't know the lifetime of the const char* input, so lets copy it. this is quite naive, solution for now, but should be good enough as this is mainly for debugging. Maybe leter do something more fancy to avoid copies from symbols that came from linker for example, and use hashtable to avoid duplication. | ||
* | add src/libc-antiantidebug.c | Jari Vetoniemi | 2018-11-18 |
| | |||
* | libc: fix compiler warning | Jari Vetoniemi | 2018-11-18 |
| |