reveny / Android-Library-Remap-Hide

Remap a library to avoid detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-Library-Remap-Hide

Remap a library to avoid detection

Features

  • Hide library from anti cheats scanning /proc/self/maps
  • Remap Loader library to avoid traces
  • Emulator Support

How to use

All the necessary code is located in /app/src/main/jni/RemapTools.h and can be used in any project.
Required is that you have 2 separate libraries. One to load everything and the other one containing your own code.
Here: Loader: libRevenyInjector.so Code: libTest.so.
Tested on Samsung Galaxy s22 (Android 13)
Example: https://github.com/reveny/Android-ImGui-Mod-Menu

Credit

This concept is inspired by Riru and Zygisk

Contact

Telegram Group: https://t.me/reveny1
Telegram Contact: https://t.me/revenyy

Preview

With Remap:
image_remap

Without Remap: image_remap

About

Remap a library to avoid detection

License:GNU General Public License v3.0


Languages

Language:C++ 59.4%Language:Java 25.2%Language:Makefile 8.0%Language:C 7.4%