Assembler 📚
Open in Telegram
💠 Assembly Best Knowledge 💠 Reverse Protection Apk 💠 Advance Tools 🛠️ The best channel to learn lib Modding Assembly & Flutter App Modding
Show more924
Subscribers
No data24 hours
+1107 days
+23430 days
Posts Archive
924
// native-lib.cpp
// Developed By - @aantik_mods private project
#include <jni.h>
#include <string>
#include <vector>
#include <fstream>
#include <dirent.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/uio.h>
#include <cstring>
std::string qz9xv8(const std::string& p) {
DIR* d = opendir("/proc");
if (!d) return "";
struct dirent* e;
while ((e = readdir(d)) != nullptr) {
if (e->d_type == DT_DIR) {
std::string x = e->d_name;
if (std::all_of(x.begin(), x.end(), ::isdigit)) {
std::string c = "/proc/" + x + "/cmdline";
std::ifstream i(c);
std::string n;
if (i && std::getline(i, n)) {
if (n == p) {
closedir(d);
return x;
}
}
}
}
}
closedir(d);
return "";
}
// মেমোরি patch করার ফাংশন (নাম obscure)
bool zl4jsk(const std::string& p, const std::vector<uint8_t>& s, const std::vector<uint8_t>& r) {
std::string m = "/proc/" + p + "/maps";
std::ifstream f(m);
if (!f.is_open()) return false;
std::string d = "/proc/" + p + "/mem";
int fd = open(d.c_str(), O_RDWR);
if (fd < 0) return false;
std::string l;
while (std::getline(f, l)) {
if (l.find("rw") != std::string::npos) {
uintptr_t a, b;
sscanf(l.c_str(), "%lx-%lx", &a, &b);
size_t z = b - a;
std::vector<uint8_t> buf(z);
pread(fd, buf.data(), z, a);
for (size_t i = 0; i < z - s.size(); ++i) {
if (memcmp(buf.data() + i, s.data(), s.size()) == 0) {
pwrite(fd, r.data(), r.size(), a + i);
close(fd);
return true;
}
}
}
}
close(fd);
return false;
}
extern "C"
JNIEXPORT jboolean JNICALL
Java_com_aa_bb_cc(JNIEnv* e, jobject, jstring j, jbyteArray s, jbyteArray r) {
const char* n = e->GetStringUTFChars(j, nullptr);
jsize sl = e->GetArrayLength(s);
jsize rl = e->GetArrayLength(r);
std::vector<uint8_t> sb(sl);
std::vector<uint8_t> rb(rl);
e->GetByteArrayRegion(s, 0, sl, reinterpret_cast<jbyte*>(sb.data()));
e->GetByteArrayRegion(r, 0, rl, reinterpret_cast<jbyte*>(rb.data()));
std::string pid = qz9xv8(n);
e->ReleaseStringUTFChars(j, n);
return pid.empty() ? JNI_FALSE : (zl4jsk(pid, sb, rb) ? JNI_TRUE : JNI_FALSE);
}
// JNI Loaded
// call function
public native boolean cc(String pkg, byte[] search, byte[] replace);
// Java
Java_com_aa_bb_cc
// Antik Memory Debugger Array of String Search Rooted Device924
🖥 NEW METHOD TO SETUP ANDROID IDE ✅
nano $PREFIX/etc/apt/sources.list
deb [trusted=yes] https://packages.androidide.com/apt/termux-main/ stable main
cd && pkg upg && idesetup -c
cd && pkg upgrade && pkg install wget && wget https://github.com/MrIkso/AndroidIDE-NDK/raw/main/ndk-install.sh --no-verbose --show-progress -N && chmod +x ndk-install.sh && bash ndk-install.sh
━━━━━━━━━━━━━━━━━━━
📣 Main Channel: @modding_binary
💬 Discussion Group: @aleexxemod
━━━━━━━━━━━━━━━━━━━
924
Welcome everyone to a new video. In this video we will see how to hide any hidden text or secret code inside a picture
924
Repost from apkinsight
Smart GaGa booting 90% freez problem solve
Reverse engineering => AndroidKernel.sys 4.4.2
The main reason why Emulator is stuck at 90% reason very simple this emulator is old not support lastest sdk
When it was created, it was built as an internal SDK by Android phones So I found an important bugs here that allows you to bypass its loading screen easily
924
bKash Modding Tutorial Antik Modder </>
How to Bypass Sim Card Detection i use Frida-server
🔞This Video Not For Kids
⚠️ I am not promote any illegal activities 😁
Tutorial - @aantik_mods
924
In this video we will play with Google Chrome extension users 🤡🤡
In this video I will be creating a small Google Chrome extension RAT 🐀
Complete 30 reaction
Then I will upload the source code extension
Dev - @aantik_mods
924
FRIDA SETUP </>
https://developer.android.com/tools/releases/platform-tools
Frida LINK - https://github.com/frida/frida/releases
Python - https://www.python.org/downloads/
Python POWER Shell Download in Microsoft Store Required Ok
Tutorial By - @aantik_mods
924
Do you need the complete video of windows 11 & 10 frida server setup?? a to z guide or reverse test app emulator
