Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avs333/Nougat_dlfunctions
https://github.com/avs333/Nougat_dlfunctions
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/avs333/Nougat_dlfunctions
- Owner: avs333
- Created: 2016-09-24T13:42:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T15:20:54.000Z (over 4 years ago)
- Last Synced: 2024-08-05T17:23:57.563Z (4 months ago)
- Language: C
- Size: 279 KB
- Stars: 349
- Watchers: 22
- Forks: 105
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - avs333/Nougat_dlfunctions - (C)
README
A hack for loading system libraries in Android Nougat where dlopen() has been disabled by some wise guys.
A sample app (written entirely in C) using the famous Freetype2 library to render character strings is included
as well as a trivial example explaining how to deal with Android C++ classes.
The main file "jni/fake_dlfcn.c" is intended for arm and aarch64 only but should be easily portable to other architectures as well.
To install, first edit the paths in "local.properties", then run "ant debug" and install the apk from the "bin/" directory to your device.
And yes, it's under MIT License.