Codex
رفتن به کانال در Telegram
Content channel : - App Development - Python , C++, kotlin , Golang, Java , JS , Rust This Channel Doesn't Promote Any Illegal Activities It's Just For Fun Educational Purposes Owner : @Qwanwin From : Indonesia
نمایش بیشتر1 406
مشترکین
اطلاعاتی وجود ندارد24 ساعت
اطلاعاتی وجود ندارد7 روز
+1930 روز
آرشیو پست ها
1 406
👋 Hello Everyone!
Let me introduce you to @getprotect_bot – a Telegram bot that helps you easily protect your Android applications. 📱🛡️
With this bot, you can:
🔒 Protect your Android app from reverse engineering
🛡️ Secure your source code using Dex2c protection
⚙️ Fully automated protection – no manual setup!
📦 Receive the protected APK file ready to deploy
How to use it? Super simple:
1️⃣ Prepare a ZIP file containing:
📁 Your APK file
📄 A filter.txt file listing the methods you want to protect
2️⃣ Send the ZIP to @getprotect_bot
3️⃣ Tap the button "⚙️ Run Dex2cPlus"
4️⃣ Wait a moment… and boom 💥 – your protected APK will be ready!
NB " Sorry if there is a 50mb limit. because my account telegram is not premium. please support the developer so that it can support 100mb and above .
That is Telegram's policy"
Contact @Qwanwin
Try it now and keep your code safe! 🔐
Have questions? Just type /help in the bot chat.
Support by @Codex4444
1 406
🔥 New Release: PLTHook - Your Android Hooking Companion!
Hey devs! 👋 Just dropped a super handy library for hooking functions on Android: PLTHook!
It's perfect for dynamically replacing function implementations within shared libraries. Think of it like magic, but code. ✨
Key Features:
* Supports arm32 & arm64
* Easy-to-use API
* Restore original functions seamlessly
* Safe GOT modifications with
mprotect
Ready to level up your Android skills? 🚀
➡️ GitHub: [https://github.com/Qwanwin/PLTHook]
#AndroidDev #PLTHook #Hooking1 406
The project will be completed within a maximum of 1 week for the beta version, so just wait 😊
1 406
📢 Androline v0.3.0 Released! 🚀
Excited to share the latest Androline, a native Android library for powerful memory manipulation, scanning, and library patching! Version 0.3.0 is packed with new features and fixes to level up your Android dev game.✨
What’s New:
🔒 String obfuscation for top-notch security
🧵 Thread-safe operations with std::mutex
⚡ Memory region caching for blazing-fast scanning
🔄 Original bytes storage for reversible patching
📚 Robust library loading with robustDlopen & findLibraryPath
📜 Unique logging tags for easy debugging
📱 Full support for arm64-v8a, armeabi-v7a, x86
🛠 Fixed:
✅ getpagesize & std::map errors
✅ fixed bug
✅ findLibraryPath issues in SymbolResolver
💻 Try It:
#include "AndroHook.hpp"
const char* libName = OBFUSCATE("libtarget.so");
std::string path = Androline::Memory::findLibraryPath(libName);
ANDROHOOK("0x1234", "9090");
Share with your modding buddies! 🚀
🔗 Source & Download: [ Click Link]
🧐Example Use : [ Click Link]
📖 Docs: [README.md]
💬 Got ideas or issues? Join us on GitHub!1 406
🎉 PineGenerator is now ready to use!
This application allows you to easily hook methods in other applications. With an intuitive interface, you can configure method replacements, pre-call and post-call hooks, as well as modify parameters and return values.
Check for ui ✅
https://t.me/codex4444/243
### Description:
- Simple and user-friendly interface.
- Supports
Before Call, After Call, and Method Replacement.
- Dynamically generates Java code based on user input.
- Displays creator and channel information in the app interface.
Feel free to try it out and provide your feedback! 😊
Made by @Qwanwin1 406
🚀 ANDROID SECURITY DETECTOR
Hey Developers! 👋
Latest security solution for your Android applications is now available!
✨ What's New:
━━━━━━━━━━━━━━━
• Latest Root Detection System
• Super Secure Network Security
• Anti-Hook System
• Real-time Protection
🎯 Perfect For:
━━━━━━━━━━━━━━━
• Personal Projects
• Commercial Applications
• System Development
• Framework Integration
⚡ Features:
━━━━━━━━━━━━━━━
• Magisk & KernelSU Detection
• VPN Analysis
• System Check
• Anti Emulator
• Native Code Protection
📥 Download:
━━━━━━━━━━━━━━━
[https://github.com/Qwanwin/Detector]
Share with other developers 🚀
#Android #OpenSource #Dev
1 406
If you're interested in the protection I've developed, I'll build it into the application and release it on GitHub soon. Fun fact: this code has already been implemented in my company's application.
Just a small piece of the code shown in the screenshot 😊
1 406
🔥 AndrolineHook v0.2.0 Release! 🔥
After a process that made my brain quite dizzy, finally the AndrolineHook update
is ready for you to try! This update brings many cool features that make
modding easier and more powerful 🚀
✨ What's New:
━━━━━━━━━━━━━━━
• More powerful pattern scanning system
• Safer & faster memory operations
• Stronger symbol resolve
• Smarter library handling
💪 Improvement:
━━━━━━━━━━━━━━━
• More optimal error handling
• Performance upgrade
• Support for multiple library paths
• More optimal memory protection
📥 Download:
━━━━━━━━━━━━━━━
https://github.com/Qwanwin/AndrolineHook/releases
Let's push modding to the next level! Drop your feedback in the comments
or directly on GitHub! Stay awesome! 🔥
Share with your modding buddies! 🚀
#Android #OpenSource #AndroHook
1 406
For the next version, maybe I will upgrade dlopen() and add other features for stability and more complex use. Wait for further news.😊
1 406
AndrolineHook v1.0
Yo what's up! Just dropped a sick library for Android memory mods! AndrolineHook - lightweight tool for all you game/app modding enthusiasts 🔥
Cool stuff inside:
Runtime lib detection
Easy memory patching
Auto backup/restore
Perfect for:
• Game modding
• Application Modding
• Security testing
• Learning & research
• Experimental stuff
Source code is open guys, check it out:
https://github.com/Qwanwin/AndrolineHook
Join the community for updates & chat:
@Qwanwin
Share with your modding buddies! 🚀
#Android #OpenSource
1 406
After analyzing the container implementations of some of the repackaged APKs with protection,
I found that they use a combination of techniques for sophisticated protection implementation,
As a result they always use "Hybrids" and advanced versions of anti-debugging.
"Using this POC, we were able to effectively extract the full decrypted DEX file from the memory of the running APK protected by the protection". This method has a 100% success rate as the DEX file must remain fully readable in memory during the decryption and class loading phases.
#note
For Android application developers, we propose the following protection suggestions, which can effectively improve application security, even when commercial protection solutions...
Secure Design:
Adopt the principle of least privilege
Implement a layered defense strategy
Avoid hard-coding sensitive information
Use strong encryption algorithms
Code Protection:
Use multiple levels of obfuscation
Native implementation of key logic
Application Code Virtualization
Dynamic code generation and execution
Runtime Protection:
Implement multi-level integrity verification
Implement advanced anti-debugging techniques
Use memory protection technology
Implement API hook detection
Remote Authentication:
Remote security verification
Dynamic policy delivery
Detect abnormal behavior
Remote authorization for critical operations
By combining these technologies, application security can be effectively enhanced even in the face of sophisticated reverse engineering and hacking techniques.
Written by @Qwanwin
1 406
I'm still trying to change my dex fetching method to dynamic. It's a little different than I thought.
wait for the next version...
1 406
Full control over memory with attention to security..
Install dependencies
Cargo.toml:
[package]
name = "MemoryPatch"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
log = "0.4"
env_logger = "0.9"
serde = { version = "1.0", features = ["derive"] }
structopt = "0.3"
tokio = { version = "1.0", features = ["full"] }
futures = "0.3"
dashmap = "5.1"
rayon = "1.5"
tracing = "0.1"
tracing-subscriber = "0.3"
chrono = { version = "0.4", features = ["serde"] }
regex = "1.5"
serde_json = "1.0"
winapi = { version = "0.3", features = ["processthreadsapi", "handleapi", "minwindef", "memoryapi", "tlhelp32", "winnt"] }
Usage:
# Build
cargo build --release
./target/release/MemoryPatch.exe --package game.exe --search "64 00 00 00" --replace "E7 03 00 00"
./target/release/MemoryPatch.exe --package "Game.exe" --search "64 00 00 00" --replace "E7 03 00 00" --continuous --interval 5 --output report.json
Make sure you are running as Administrator and the game is running...
@Qwanwin
اکنون در دسترس! پژوهش تلگرام ۲۰۲۵ — مهمترین بینشهای سال 
