strdumpv1
67 KB
strdump
./strdump antik.memtools libAntik.so
Any type library String Dumper
Credit - https://github.com/capstone-engine/capstone
ASCII/UTF-8 // 1000% Dump
UTF-16LE, UTF-16BE string V1
UTF-32LE string Decor All args dump
Duplicate skip garbage Skipper
🖥 LGL or ImGUI all string dumping & Any type Library Encrypted string Analyzer
./strdump antik.memtools libAntik.so
Any type library String Dumper
Credit - https://github.com/capstone-engine/capstone
ASCII/UTF-8 // 1000% Dump
UTF-16LE, UTF-16BE string V1
UTF-32LE string Decor All args dump
Duplicate skip garbage Skipper
Please open Telegram to view this post
VIEW IN TELEGRAM
❤9👎1🔥1
Memory Tracer Assembly.apk
3.2 MB
Memory Tracer Assembly
Print Every Address Assembly instruction
->Traced (3 unique offsets):
1. libgame.so + 0x178380 (10x) [WRITE @7339E5E680] → ldr w9, [x8]
2. libgame.so + 0x3E6FA0 (260x) [WRITE @7339E5E69C] → ldr w8, [x8]
3. libgame.so + 0x413620 (50x) [WRITE @7339E5E69C] → ldr w8, [x22]
ldr w8, [x22] 😂
Print Every Address Assembly instruction
->Traced (3 unique offsets):
1. libgame.so + 0x178380 (10x) [WRITE @7339E5E680] → ldr w9, [x8]
2. libgame.so + 0x3E6FA0 (260x) [WRITE @7339E5E69C] → ldr w8, [x8]
3. libgame.so + 0x413620 (50x) [WRITE @7339E5E69C] → ldr w8, [x22]
ldr w8, [x22] 😂
<service
android:name="antik.memtools.modmenu.FloatingModMenuService"
android:enabled="true"
android:exported="false"
android:stopWithTask="true" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
invoke-static {p0}, Lantik/memtools/MainActivity;->Start(Landroid/content/Context;)V
❤4
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
AppSealin加固 Dump & Repack 😂 you can't dump this protection
C++ Raw method
C++ Raw method
🤯9😘1
#include <windows.h>
#include <shellapi.h>
#pragma comment(lib, "shell32.lib")
#define ID_J 1001
#define ID_C 1002
static HMODULE hMod;
static HWND hWnd;
static const char* URL = "https://news.1rj.ru/str/aantik_mods";
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
DWORD WINAPI DlgThread(LPVOID);
extern "C" __declspec(dllexport) void InitDlg() {
if (hWnd) SetForegroundWindow(hWnd);
else CreateThread(NULL, 0, DlgThread, NULL, 0, NULL);
}
DWORD WINAPI DlgThread(LPVOID) {
const char* cls = "JoinDlg";
HINSTANCE hInst = hMod;
WNDCLASSA wc = {};
wc.lpfnWndProc = WndProc;
wc.hInstance = hInst;
wc.hCursor = LoadCursor(NULL, IDC_ARROW);
wc.hbrBackground = (HBRUSH)CreateSolidBrush(RGB(255, 255, 255));
wc.lpszClassName = cls;
RegisterClassA(&wc);
int w = 300, h = 160;
int x = (GetSystemMetrics(SM_CXSCREEN) - w) / 2;
int y = (GetSystemMetrics(SM_CYSCREEN) - h) / 2;
HWND win = CreateWindowExA(
WS_EX_TOPMOST, cls, "Join Telegram",
WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU,
x, y, w, h, NULL, NULL, hInst, NULL);
if (!win) return 0;
hWnd = win;
CreateWindowA("STATIC", "Can You Join My TG",WS_CHILD | WS_VISIBLE | SS_CENTER,15, 40, 260, 60, win, NULL, hInst, NULL);
HWND jBtn = CreateWindowA("BUTTON", "Join",WS_CHILD | WS_VISIBLE | BS_DEFPUSHBUTTON,60, 90, 70, 25, win, (HMENU)ID_J, hInst, NULL);
HWND cBtn = CreateWindowA("BUTTON", "Close",WS_CHILD | WS_VISIBLE | BS_PUSHBUTTON,160, 90, 70, 25, win, (HMENU)ID_C, hInst, NULL);
SendMessage(jBtn, WM_CTLCOLORBTN, (WPARAM)GetSysColorBrush(COLOR_BTNFACE), 0);
SendMessage(cBtn, WM_CTLCOLORBTN, (WPARAM)GetSysColorBrush(COLOR_BTNFACE), 0);
ShowWindow(win, SW_SHOW);
UpdateWindow(win);
MSG msg;
while (GetMessageA(&msg, NULL, 0, 0)) {TranslateMessage(&msg);DispatchMessageA(&msg);
if (!IsWindow(win)) break;
}
return 0;
}
LRESULT CALLBACK WndProc(HWND win, UINT msg, WPARAM w, LPARAM l)
{
switch (msg) {
case WM_COMMAND:
switch (LOWORD(w)) {
case ID_J:
ShellExecuteA(NULL, "open", URL, NULL, NULL, SW_SHOWNORMAL);
DestroyWindow(win);
break;
case ID_C:
DestroyWindow(win);
break;
}
break;
case WM_CTLCOLORSTATIC:
case WM_CTLCOLORBTN: {
HDC dc = (HDC)w;
SetTextColor(dc, RGB(0, 0, 0));
SetBkMode(dc, TRANSPARENT);
return (LRESULT)GetStockObject(WHITE_BRUSH);
}
case WM_CLOSE:
DestroyWindow(win);
break;
case WM_DESTROY:
hWnd = NULL;
PostQuitMessage(0);
break;
default:
return DefWindowProcA(win, msg, w, l);
}
return 0;
}
BOOL APIENTRY DllMain(HMODULE h, DWORD r, LPVOID) {
if (r == DLL_PROCESS_ATTACH) {
hMod = h;
CreateThread(NULL, 0, DlgThread, NULL, 0, NULL);
}
else if (r == DLL_PROCESS_DETACH && hWnd) {
PostMessage(hWnd, WM_CLOSE, 0, 0);
}
return TRUE;
}
❤2
dialog.dll
13 KB
Many people believe that modifying mobile applications is simple
add a Java dialog box and claim the credit. However, adding dialog boxes to desktop software is a different challenge. Some individuals purchase cracked PC software and try to redistribute it with their own credits, but the process is not the same as for mobile apps.
I have a method that can help, but please use it responsibly. This technique can be abused to create malicious DLLs and inject them into applications. Such misuse can harm other users and may be illegal. Do not use this method for malicious purposes only for legitimate tasks such as adding credits or creating harmless dialog boxes.
Software Required
• https://github.com/master131/ExtremeInjector/releases/tag/v3.7.3
• https://ntcore.com/explorer-suite
• https://visualstudio.microsoft.com/
Dialog Code - https://news.1rj.ru/str/c/2307920458/130
Reverse Engineering Exe - @aantik_mods
Tutorial - https://news.1rj.ru/str/c/2307920458/132
add a Java dialog box and claim the credit. However, adding dialog boxes to desktop software is a different challenge. Some individuals purchase cracked PC software and try to redistribute it with their own credits, but the process is not the same as for mobile apps.
I have a method that can help, but please use it responsibly. This technique can be abused to create malicious DLLs and inject them into applications. Such misuse can harm other users and may be illegal. Do not use this method for malicious purposes only for legitimate tasks such as adding credits or creating harmless dialog boxes.
Software Required
• https://github.com/master131/ExtremeInjector/releases/tag/v3.7.3
• https://ntcore.com/explorer-suite
• https://visualstudio.microsoft.com/
Dialog Code - https://news.1rj.ru/str/c/2307920458/130
Reverse Engineering Exe - @aantik_mods
Tutorial - https://news.1rj.ru/str/c/2307920458/132
❤8
Media is too big
VIEW IN TELEGRAM
In this video I will demonstrate how to inject dialog boxes externally into a Windows application one of the most interesting topics! 👍
I’ve divided this video into two parts.
At 4:40 you’ll see where I show how to make the dialog box a permanent implementation in any EXE software
I’ve divided this video into two parts.
At 4:40 you’ll see where I show how to make the dialog box a permanent implementation in any EXE software
Please open Telegram to view this post
VIEW IN TELEGRAM
❤10👀2😍1
Dex2c Offline ( Apk ) No need Internet Connection User friendly 1 time NDK Download in App 😁✋
Anonymous Poll
91%
Yees need
9%
No need
❤🔥9🤓3❤2
https://github.com/radioegor146/native-obfuscator
Java .class to .cpp converter for use with JNI
Currently, fully supports only Java 8. Java 9+ and Android support is entirely experimental
Warning: blacklist/whitelist usage is recommended because this tool slows down code significantly (like do not obfuscate full Minecraft .jar)
Also, this tool does not particularly obfuscate your code; it just transpiles it to native. Remember to use protectors like VMProtect, Themida, or obfuscator-llvm (in case of clang usage)
Currently, fully supports only Java 8. Java 9+ and Android support is entirely experimental
Warning: blacklist/whitelist usage is recommended because this tool slows down code significantly (like do not obfuscate full Minecraft .jar)
Also, this tool does not particularly obfuscate your code; it just transpiles it to native. Remember to use protectors like VMProtect, Themida, or obfuscator-llvm (in case of clang usage)
GitHub
GitHub - radioegor146/native-obfuscator: Java .class to .cpp converter for use with JNI
Java .class to .cpp converter for use with JNI. Contribute to radioegor146/native-obfuscator development by creating an account on GitHub.
❤🔥6❤2
This media is not supported in your browser
VIEW IN TELEGRAM
I made this app specially for my Offline Dex2C project NDK Build Project
Hope you guys will support me a lot ❤️
Hope you guys will support me a lot ❤️
🥰11❤5🤯1
ndklink ( Build Your Native Code ).apk
1.5 MB
ndklink ( Build Your Native Code )
Give me feedback Try it out for yourself and if you see any problems, be sure to let me know. I've made a public version of it available for testing as I'll be using it in a larger project ❣️
Modified NDK - https://news.1rj.ru/str/RevDexChat/113
Give me feedback Try it out for yourself and if you see any problems, be sure to let me know. I've made a public version of it available for testing as I'll be using it in a larger project ❣️
Modified NDK - https://news.1rj.ru/str/RevDexChat/113
❤10
Finally guys done 90% dex2c offline apk ❤️
I have a lot of work to do behind this because I converted the entire dex2c library to C++
I have a lot of work to do behind this because I converted the entire dex2c library to C++
Please open Telegram to view this post
VIEW IN TELEGRAM
🥰11❤🔥5👌3
dex2c-LITE.zip
6.7 MB
Dex2C-LITE Setup Guide
Packages to Install:
About Dex2C-LITE:
This is a lightweight version of Dex2C that works perfectly with Python no need for extra package installations.
It’s an evaluation version without the 📍 Shrink Application Class feature.
Remade by @aantik_mods
The source code I’ve made public for Termux is the best modified version of Dex2C optimized so even beginners can use it easily
How to Use
#1 Install the two required packages in Termux:
#2 Navigate to the Dex2C directory:
#3 Run the Python noscript
#4 Manually add
#5 Use my NDK Builder APK to build the code from this path:
After building, add all generated
#6 Enjoy your lightweight Dex2C build
Coming Soon
Tomorrow, I’ll release the full Dex2C Application, which will be more user-friendly and even easier to use
Packages to Install:
pkg install python
pkg install openjdk-17 -y
About Dex2C-LITE:
This is a lightweight version of Dex2C that works perfectly with Python no need for extra package installations.
It’s an evaluation version without the 📍 Shrink Application Class feature.
Remade by @aantik_mods
The source code I’ve made public for Termux is the best modified version of Dex2C optimized so even beginners can use it easily
How to Use
#1 Install the two required packages in Termux:
python and openjdk-17#2 Navigate to the Dex2C directory:
cd dex2c
#3 Run the Python noscript
python3 dcc_unsigned.py -i /storage/emulated/0/MT2/apks/input.apk -o output.apk
#4 Manually add
antik.smali to your output.apk.#5 Use my NDK Builder APK to build the code from this path:
/dex2c-LITE/project/jni/After building, add all generated
.so files add to your output.apk inside the lib folder.#6 Enjoy your lightweight Dex2C build
Coming Soon
Tomorrow, I’ll release the full Dex2C Application, which will be more user-friendly and even easier to use
😍12❤9🤯2
ndklink Fix .zip
3.9 MB
1❤11🥰2🤯2