ЯevDex
4.24K 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
MemTool currently supports Flutter SDK tracing

It can externally capture the Flutter VM Runner, intercept methods that are currently executing, and dump the entire Dart VM snapshot at runtime. This feature allows users to monitor which methods are being called in real time and analyze Flutter application behavior dynamically.

This implementation is based on the reFlutter and Blutter projects, and proper credit is given to their developers.

This is an external Flutter VM Runner code grabber and runtime tracing implementation
18👌2
Faahh free fire 😂😂
🙈122
Forwarded from Modder Hub
https://github.com/developer-krushna/Dex-Editor-Android

Dexeditor Android
* Support multiple classes editing
* Search replacement
* String list
* Compilation options
* Dex compilation is much faster than ever
5👌2
Forwarded from Maharna's Tech
app-release.apk
12.1 MB
Dex Editor +

* Added batch class editor like MT Manager
* Editor Fragment will support all the problems related to smali editing
* Smooth navigate to other classes
* Search and replace with search type like Smali, Strings, Field, method, integer all search type support like MT Manager
* Support listing Strings in string fragment
* Dexeditor compilation options like remove debug infos and version change

Contribute here - https://github.com/developer-krushna/Dex-Editor-Android
11
Forwarded from MemTool
4
LGL 3.2 Zygisk Project.zip
904.6 KB
LGL 3.2 Zygisk Project.zip

Memory loader by NepMod
Full GUI design inspired by RevDex

Prebuild - https://t.me/RevDex/354
4
YT_View.zip
99.5 KB
Proxy YouTube

By - @revdex
❤‍🔥6
Find My Login Page P1.apk
5.3 MB
Simple challenge 😁👏

Can you find and modify my login page UI code?

Framework based on BlackShadow : https://github.com/CodingGay/BlackShadow

SELinux is Fu©ked 😁

You can run the plugin on your own device 🔌

Challenge Crack or bypass my login page using only static modding. 😁👏
5
Forwarded from Antik
MT Manager Source code Old.rar
8 MB
12😁1
binder translate 😁😁
4🤓1
Surprised? 😑 I made a PairipVM Repacking Tool today and I'm going to release it publicly It's fully non root based

IDA from https://github.com/nnjun

Thanks to nnjun for the help and inspiration 😁
Please open Telegram to view this post
VIEW IN TELEGRAM
28
Lspin Unhook Art.apk
395.5 KB
you can hook me with LSPosed, I'll fuck you instantly,
I have full access to ART internal memory instances.
🍺🍻
5
Lspin.zip
447.7 KB
Advance libArt Unhook Source Code

I use

https://github.com/hexhacking/xDL.git

https://github.com/LSPosed/LSPlant.git

https://chromium.googlesource.com/linux-syscall-support


These libraries can be used to help protect your app against LSPosed based hooking Direct hooks on your app become significantly harder making it much more difficult for attackers or modders to hook your application's methods at runtime
12😱4
I recently buy this keyboard

https://www.amazon.com/Hacking-Keyboard-Professional-Compact-Printed/dp/B083NCJZ1D

Does anyone here have experience with it? I'd love to hear your opinions in the comments Is it good or bad? What do you like or dislike about it? My delivery is expected in 4–5 days so I'm curious to know what other users think before it arrives 🚚⌨️
👀52🤯1
/*
* Copyright (C) 2026 The RevDex
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
#include <jni.h>
#include <dlfcn.h>
#include <stdarg.h>
#include <string.h>

#include "dobby.h"
#include "log.h"

#define OldUrl "https://oldurl.com"
#define NewUrl "https://newurl.com"
#define lop 10002

using C = void;

static int (*O)(C *c, int o, ...);

int H(C *c, int o, ...)
{
va_list a;

va_start(a, o);
void *v = va_arg(a, void *);
va_end(a);

if (o == lop && v)
{
const char *u = (const char *)v;

LOGI("URL >>> %s", u);

if (strstr(u, OldUrl))
{
LOGI("NEW >>> %s", NewUrl);
v = (void *)NewUrl;
}
}

return O(c, o, v);
}

JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *reserved)
{
void *sexy = dlopen("libcurl.so", RTLD_NOW);

if (sexy == NULL) return JNI_VERSION_1_6;

void *ins = dlsym(sexy, "curl_easy_setopt");

if (ins == NULL) return JNI_VERSION_1_6;

DobbyHook(ins, (void *)H, (void **)&O);

LOGI("URL hooker >>> %p", ins);

return JNI_VERSION_1_6;
}
4😁4
CurlHookCxx.zip
416.7 KB
CurlHookCxx.zip

libcurl.so --> curl_easy_setopt hook
😁3🤓2
Url_Hook.zip
1.2 MB
#strlen

Fu©k of strlen

libc.so --> strlen hook
😁2
Socket C++.zip
53.6 KB
Socket C++.zip

Best Library Ultra Fix
6
This media is not supported in your browser
VIEW IN TELEGRAM
🙈5