ЯevDex
رفتن به کانال در Telegram
My GitHub - https://github.com/ispointer Telegram Bot - @RevDexbot Telegram Chat: @RevDexChat RevDex Team Identity -- > Reverse Engineer & Indie H@cker
نمایش بیشترکشور مشخص نشده استفناوری و برنامهها22 487
3 820
مشترکین
+10824 ساعت
+7067 روز
+99030 روز
در حال بارگیری داده...
کانالهای مشابه
هیچ دادهای
مشکلی وجود دارد؟ لطفاً صفحه را تازه کنید یا با مدیر پشتیبانی ما تماس بگیرید.
ابر برچسبها
اشارات ورودی و خروجی
---
---
---
---
---
---
جذب مشترکین
ژوئن '26
ژوئن '26
+841
در 15 کانالها
مه '26
+488
در 15 کانالها
Get PRO
آوریل '26
+246
در 11 کانالها
Get PRO
مارس '26
+257
در 6 کانالها
Get PRO
فوریه '26
+405
در 9 کانالها
Get PRO
ژانویه '26
+309
در 3 کانالها
Get PRO
دسامبر '25
+416
در 9 کانالها
Get PRO
نوامبر '25
+1 083
در 4 کانالها
| تاریخ | رشد مشترکین | اشارات | کانالها | |
| 17 ژوئن | +20 | |||
| 16 ژوئن | +108 | |||
| 15 ژوئن | +56 | |||
| 14 ژوئن | +97 | |||
| 13 ژوئن | +76 | |||
| 12 ژوئن | +161 | |||
| 11 ژوئن | +173 | |||
| 10 ژوئن | +35 | |||
| 09 ژوئن | +16 | |||
| 08 ژوئن | +10 | |||
| 07 ژوئن | +11 | |||
| 06 ژوئن | +12 | |||
| 05 ژوئن | +19 | |||
| 04 ژوئن | +11 | |||
| 03 ژوئن | +13 | |||
| 02 ژوئن | +9 | |||
| 01 ژوئن | +14 |
پستهای کانال
How to change Flutter App String 👣
Advance Lavel Topic Only For Pro Modder 🖥
Example My Old STRING ( "Profile" this text len = 7)
This Case Assembly
In such situations you cannot add text larger than 7 characters but you can add text less than 7 characters.
How is Possible Add Large text Yees 100% Possible Fast Fint This Text string Pointer then remove pointer add lerge pointer then Call
( "Modded By Antik" this text len = 15)
How to add Watch Full Video Advance Lavel Modding
rodata string modding
| 2 | New branch detected! android17-release Check Here | 785 |
| 3 | بدون متن... | 867 |
| 4 | بدون متن... | 865 |
| 5 | https://github.com/upx/upx | 925 |
| 6 | بدون متن... | 1 165 |
| 7 | After done 4K member Family in RevDex 😳 then I will start creating a course (Free Game Modding & library.so code debugging)
Let’s go 🙈 | 1 363 |
| 8 | https://developer.android.com/reference/android/graphics/RenderEffect
https://stackoverflow.com/questions/38542614/android-getdisplaymetrics-not-returning-accurate-display-size | 1 443 |
| 9 | بدون متن... | 1 420 |
| 10 | بدون متن... | 1 411 |
| 11 | بدون متن... | 1 509 |
| 12 | بدون متن... | 41 |
| 13 | بدون متن... | 1 496 |
| 14 | Try to change my icon.apk | 1 447 |
| 15 | /*
* Copyright (C) 2026 The Android Open Source Project
*
* 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
*
* This file is part of a native loader system that dynamically loads
* another shared library at runtime and resolves its exported symbols.
*/
#pragma once
#ifndef _PAIRIP_H_
#define _PAIRIP_H_
#include <jni.h>
#include <dlfcn.h>
#include <stdint.h>
namespace pairipcore {
void* H_D = NULL;
/*
* Function pointers for dynamically resolved native functions
*
* These will be assigned at runtime using dlsym()
* from libpairipcore_o.so
*/
// Function: ExecuteProgram
JNIEnv** (*ExecuteProgram_func)(const char*, int64_t, uint64_t);
// Standard JNI lifecycle function
jint (*JNI_OnLoad_func)(JavaVM*, void*);
// Standard JNI lifecycle function
void (*JNI_OnUnload_func)(JavaVM*, void*);
/*
* Constructor attribute
* This function runs automatically when the library is loaded
* before any Java code calls into it
*/
__attribute__((constructor, visibility("hidden")))
static int initialize_pairipcore() {
/*
* Load the renamed original library into memory
*
* libpairipcore_o.so is expected to contain the real implementation
*/
H_D = dlopen("libpairipcore_o.so", RTLD_LAZY | RTLD_LOCAL);
if (!H_D) {
return -1;
}
/*
* Resolve function addresses from loaded library
* using symbol names inside ELF symbol table
*/
ExecuteProgram_func =
reinterpret_cast<JNIEnv** (*)(const char*, int64_t, uint64_t)>(
dlsym(H_D, "ExecuteProgram")
);
JNI_OnLoad_func =
reinterpret_cast<jint (*)(JavaVM*, void*)>(
dlsym(H_D, "JNI_OnLoad")
);
JNI_OnUnload_func =
reinterpret_cast<void (*)(JavaVM*, void*)>(
dlsym(H_D, "JNI_OnUnload")
);
/*
* Now function pointers contain real memory addresses
* and can be used to call native functions indirectly
*/
return 0;
}
} // namespace pairipcore
#endif // _PAIRIP_H_ | 1 820 |
| 16 | Guys do you want MemTool and game modding tutorials? Many people have messaged me and they want to learn game modding and debugging properly. If you want tutorials, then vote I will make a playlist | 1 979 |
| 17 | Guys you want MemTool & Game Modding Tutorial? So many guys dm me & he want to learn Poorly Game Modding & Debugging if you want tutorial then vote I Will Create Playlist | 3 |
| 18 | fork_Dex-Editor-Android.apk | 1 090 |
| 19 | 🚀 Introducing Lib Dumper
An Android native library reconstruction tool built for developers and researchers.
✅ Symbol extraction
✅ JSON export
✅ Dependency dumping
✅ Clean Material UI
📢 https://t.me/NeoModsChannel
💬 https://t.me/+RYSsITD6K-U4NzI0
📱 https://github.com/Neo-Mods1/Neo-Mods1
📱
https://youtube.com/@neo-modsyt?si=aHEpvVllsHPxnGck | 1 069 |
| 20 | c++ app transparent screenshot.rar | 1 382 |
اکنون در دسترس! پژوهش تلگرام ۲۰۲۵ — مهمترین بینشهای سال 
