ЯevDex
2.82K subscribers
78 photos
48 videos
87 files
97 links
My GitHub - https://github.com/ispointer
Telegram Bot - @RevDexbot
Telegram Chat: @RevDexChat
RevDex Team Identity -- > Reverse Engineer & Indie H@cker
Download Telegram
MemTool v1.4 ♌️

We are proud to introduce two major new features in MemTool 1.4 that significantly improve runtime memory analysis and tracing capabilities.

Structure Field Tracker

MemTool can now detect exactly which field inside a structure is being accessed or modified. Instead of showing only a raw memory address, the tool now identifies the real structure field name such as Player.hp, Player.ammo, or Player.speed.

This makes reverse engineering much clearer and more efficient. You can immediately understand which internal value is being changed without manually calculating offsets. It simplifies struct layout analysis, offset mapping, and live stat monitoring during runtime.


Control Flow Tracer

MemTool now traces which function or execution path caused a memory access. This means you not only see that a value changed, but also identify the function responsible for that change. By revealing the call chain behind memory reads or writes, this feature helps in debugging unexpected behavior, analyzing logic flow, identifying antich@at routines, and understanding how the program operates internally.

Combined Capability 🔓

Structure Field Tracker tells you what changed

Control Flow Tracer tells you who changed it

Together, these features provide deep runtime visibility and advanced dynamic analysis power.

MemTool 1.4 is designed for serious reverse engineering, security research, and low-level runtime inspection.

Main interesting thing Zygisk support & KsuWebUI Good control panel is available

Thanks for staying with Revdex 🌷

Old Version Release

1.4 - ui soon - https://t.me/RevDex/347

1.3 - > https://t.me/RevDex/268

1.2 -> https://t.me/RevDex/259
Please open Telegram to view this post
VIEW IN TELEGRAM
17❤‍🔥4
Integrity pulling

Integrity bypass service loading...

Full 24h live server

Ktor based server with ultimate speed

Very soon I will sell any app integrity token bypass Service 🐕‍🦺 as a product type
😁18😍5🥰3
MemTool_release_v1.4.0-104.zip.zip
7.9 MB
Version Code: 104

Changelog:
- crash log added
- Inspector more improved
- Kitty memory upgraded & Dobby
- memory trap 🪤 more enhanced
- DexDump is still in beta. The issues will be fixed in the next version soon.
❤‍🔥149🤯4
LGL_Zygisk_RevDexLibLoader_v1.5.0.zip
1.4 MB
This is a test module for the upcoming MemTool 1.5. Anyone can try it and give me feedback on whether it works on all games or not

Send Feedback in Comment 😑
116👀3
Thanks God! I finally found the best solution to communicate between different processes in my module.
I mean communication between the Xposed module and my app using XConnect.thanks to the Xposed community, and special thanks to Luge congi for helping me. ✍️ basically, I now understand how it works. currently I have one of the best methods to communicate between app processes without root.
Now I can finally complete my tool.
Also thanks to my friend who helped me with this research
🤓93😁1
Android App Binder Reader & Writer Tool

This tool allows you to capture and analyze Bundle, BinderFlow, and Parcel data inside Android applications. It also provides the ability to modify Parcel data using custom hooks, enabling advanced runtime manipulation and debugging everyone is already know what is that's 🧁📦 🥇

Android's most powerful IPC capture technique Binder Sniffing & Redirect
121😍3❤‍🔥2
ApkRE-1.0.jar
4.7 MB
ApkRE.1.0.jar

This is an Intent.ACTION_VIEW fire hook system. This hook basically intercepts all Intent actions, etc. At this point you can use this to replace any Intent action, like redirecting from one Activity to another Activity, etc. tutorial

Uses :
java -jar ApkRe.jar -i app.apk -r "https://t.me/nullptr_dev<->https://t.me/RevDexChat"


Required :
pkg install openjdk-21


This hook works on all applications, no bug, full fire system hijacking Intent using Java with sun.misc surface.
❤‍🔥146🤓5
AppSealin加固 Protection Internal Architecture


Research Flow
New version analyzed by

Deep Research @RevDex


Protection Initialization
The protection starts during the Android Zygote
24❤‍🔥2🤯2
UNITY Game Chain Update Facade Hijacking @RevDex Analyze.png
1.7 MB
Unity Game Chain Update / Facade Hijacking <=> @RevDex Analysis

👍 Static Offset --> Pointer Chain --> Class Fields a single static offset does not contain everything It acts as a root, and pointer chains traverse through objects to access different class fields If you hook any class Update() method, the game can detect it easily however if you use a pointer chain, you can access class methods or fields step by step without directly hooking them. using pointer chains allows you to read and write fields easily, and it is much safer because most fields use 1-byte binary values, making them harder for anti-cheat systems to detect 😂
6👌4❤‍🔥1
renef.io Renef is an uncommon tool that can be used to debug any app, similar to Frida. However Frida is very common and around 80% of Android developers implement Frida detection Renef on the other hand, is much less known, so most apps do not have detection for it. Because of this, it can often be used without being detected

more alternative of python scripting support

https://github.com/trailofbits/manticore
https://github.com/angr/angr
12❤‍🔥1
🔰 Project No Integrity

We can convert any Integrity-Protected App into a Non Integrity Version. Our system can bypass integrity checks on supported applications To perform the integrity bypass, several internal packages are used.
You can choose any suitable package based on your needs

Pricing (Weekly Service)

1 Week Access, Single APK, 1 Device Integrity Break

Price - 1200 USDT 💵

🏷️ Private Service Available

If you want a private overwritten version with longer support such as 2–3 months integrity bypass, please contact us directly

demo also available before purchase🌸

✉️ Private Contact:

Dm: @aantik_mods
Dm: @hexleowick

Weekly service available
Trusted service
Public demo available
Full Non Root
Please open Telegram to view this post
VIEW IN TELEGRAM
😁16🤓84
Please open Telegram to view this post
VIEW IN TELEGRAM
😁103🥰2
Forwarded from Dr.FarFar
IDA Pro 9.3 KeyGen [ Private ].py
10.7 KB
🦢😎🦢 ⤵️
➡️IDA Pro 9.3 KeyGen [ Private ] 👀

🏆#Dr_FarFar 😎 👈💪
🎁🎁🎁🎁🎁⭐️💥
Please open Telegram to view this post
VIEW IN TELEGRAM
13
RKP Bypass Done Strong Integrity fix 🤡👌

Again Gone Google We have full Documentation

Simulator DroidGuard Token & Redirect Key Attestation
21🥰1👌1
Termux Python 3.10 Installation Problem 🤔

Solution

The solution is very simple You just need to install the tur-repo repository. Once it’s installed you can install any Python version you want

Before installing first check your current Python version

python --version

If it shows any existing Python version uninstall it first

pkg uninstall python

Then follow these steps

pkg install tur-repo

pkg update

pkg install python3.10

// After uninstall you face any error likee broken python then you can use down 👇 bellow command //

pkg hold python

rm -f $PREFIX/bin/python
rm -f $PREFIX/bin/python3



ln -s $PREFIX/bin/python3.10 $PREFIX/bin/python
ln -s $PREFIX/bin/python3.10 $PREFIX/bin/python3
16👌4