Forwarded from MemTool
MemTool_release-zygisk_v3.2 Test.zip
26.2 MB
#1 Runtime IL2CPP API Dumping
#2 WebUI Update
- Currently displays app icons and application information on the web interface
⚠️ This is a test version.
Key: dev
#2 WebUI Update
- Currently displays app icons and application information on the web interface
⚠️ This is a test version.
Key: dev
❤8👌4❤🔥1
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
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
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
Dexeditor Android
* Support multiple classes editing
* Search replacement
* String list
* Compilation options
* Dex compilation is much faster than ever
GitHub
GitHub - developer-krushna/Dex-Editor-Android: A work in progress Android dalvik byte code(DEX) editor
A work in progress Android dalvik byte code(DEX) editor - developer-krushna/Dex-Editor-Android
❤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
* 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
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
Memory loader by NepMod
Full GUI design inspired by RevDex
Prebuild - https://t.me/RevDex/354
❤4
Forwarded from Snoop Christ (Alex)
GitHub
GitHub - nitanmarcel/dpt-unpacker: A tiny Python tool that pulls the real method bodies out of an APK packed with [dpt-shell](…
A tiny Python tool that pulls the real method bodies out of an APK packed with [dpt-shell](https://github.com/luoyesiqiu/dpt-shell). - nitanmarcel/dpt-unpacker
❤1
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. 😁👏
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
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😁
IDA from https://github.com/nnjun
Thanks to nnjun for the help and inspiration
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
nnjun - Overview
Read The Fucking Source Code. nnjun has 36 repositories available. Follow their code on GitHub.
❤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.
🍺🍻
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
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 🚚⌨️
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 🚚⌨️
👀5❤2🤯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