From 242fdd7e77af9d61794b418110494593890145cf Mon Sep 17 00:00:00 2001 From: Reveny <113244907+reveny@users.noreply.github.com> Date: Fri, 14 Oct 2022 16:33:37 +0200 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index c7c354b..38c8112 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ # Android-LD-Preload-Injector Use LD-Preload to Inject a shared library on any android version and architecture + +# Features +- [x] Android 5 - 13 +- [x] Any Device Architecture + +# Build and Installation +Android Studio is required: https://developer.android.com/studio
+ +# Note +After Injecting the game migh take longer to launch than usual.
+The Library you want to Inject needs to be located at /data/local/tmp/ + +# Credits +LibSu by topjohnwu: https://github.com/topjohnwu/libsu
+ +# Screenshots +![Screenshot](https://user-images.githubusercontent.com/113244907/195872590-9394f65f-b9db-49ce-9b64-43e58f969850.jpg) + +