ЯevDex
4.25K subscribers
119 photos
59 videos
122 files
156 links
My GitHub - https://github.com/ispointer
Telegram Bot - @RevDexbot
Telegram Chat: @RevDexChat
RevDex Team Identity -- > Reverse Engineer & Indie Developer
Download Telegram
4k 200hz
❤‍🔥19👌3😁21
New branch detected! android17-release Check Here

Framework Bcore Update soon
🥰3
Media is too big
VIEW IN TELEGRAM
In this video I’m going to explain how to replace a short-length text with a longer text without breaking the length limit
For example inside a library file like


libapp.so there is a string such as

🧵 "Hello Profile" (length = short)

But I need to change it to

🧵 "Hello Profile I'm Premium" (longer string)


The problem is that we cannot directly increase the string size because it may break the memory layout or cause instability in the code

So instead I try to locate where the original string "Hello Profile" is being used, and then redirect its reference to another memory location that contains a longer string.
In this way I can display a bigger string without directly breaking the original length limitation, and the application still runs smoothly without crashing or damaging the structure


My old videos

#2023
😱2818❤‍🔥5😁3👌1🙈1
HEX Editor_2.8.3.apk
3.9 MB
Diff Added you can Diff modded library Vs Original library
12😁5
Media is too big
VIEW IN TELEGRAM
(AI) MT Manager MCP

Tutorial
How to use the MT Manager MCP Server for modding this feature is crazy you can analyze any encrypted app using an AI agent with MT Manager. 😂

Tutorial By - @RevDex
😱3719❤‍🔥8😁2👌2😍2
Something is cooking 😁 Chinglish Tool's
🤯14🤓5👀5
kekeke

Sora editor & Radare2 ==> UNManager
2😁84🥰2👌2🤓1
UN Manager FKV1.apk
25.3 MB
Just a preview Now I add lib editor
19🥰3🤯2❤‍🔥1😁1
Media is too big
VIEW IN TELEGRAM
😂😂
17😁3❤‍🔥2
🐱 Announcement

UnManager is ready for production Tomorrow I will release the final version at a very low price. It will include an MCP server and next level lib.so analysis features

Old preview >
https://t.me/RevDex/604

All copyright ©️

https://github.com/capstone-engine/capstone

https://github.com/keystone-engine/keystone

Efl Queen - Unknown sources

https://github.com/radareorg/radare2 ( Core Framework)

https://github.com/modelcontextprotocol/servers

More more ..........
14❤‍🔥1🤓1
https://github.com/ispointer/RePairip/releases/tag/1.5.20

New version includes Lazy Mode (Root Mode)

You can run it like this
java -jar RePairip.jar -i app.apks -r


The -r option enables Root Mode
If you want to use this feature you must run RePairip with root privileges first grant root access to Termux Then move both RePairip.jar and your Pairip protected apks into the same Termux directory

After that run the command with the -r option


java -jar RePairip.jar -i app.apks -r


RePairip will then perform the required operations using root permissions
10👌2
RSA Key Protection Reverse Engineering

RSA Key reverseable? I got my answer after analyzing VPhoneOS 5.0.5. After modifying the APK, the application immediately detected the changes Then I started investigating the security mechanism. I found that the app uses RSA based integrity verification The APK contains an embedded RSA public key Protected data is signed by the developer using a private RSA key At runtime the app verifies the signature using the embedded public key If any protected file DEX resource, or library is modified the verification fails Once verification fails, the application knows the APK has been tampered
with That's exactly why my modified APK was detected.During analysis, I found classes such as These classes are commonly used for RSA signature verification and integrity checks Simple protection but still very effective against APK modification and repackaging
24😁8❤‍🔥1🥰1🤓1