Codex
1.41K subscribers
46 photos
16 videos
96 files
62 links
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
Download Telegram
ExampleENC.sh
791 B
Use this Script you get Encryption like this
πŸ”₯2
Fuck you Ijiami Protect πŸ˜’
do you need my script? Please contact me and let's talk about price😘
@Qwanwin
😭4πŸ”₯3
Cara Kerja Proteksi Ijiami:

1. Deklarasi native method al():
.method public static native al(Ljava/lang/ClassLoader;Landroid/content/pm/ApplicationInfo;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/ClassLoader;

2. Method instantiateClassLoader() yang manggil native al():
# code yang manggil  native method
iget-object v0, p0, Ls/h/e/l/l/A;->packageName:Ljava/lang/String;
iget-object v1, p0, Ls/h/e/l/l/A;->orignAppName:Ljava/lang/String;
invoke-static {p1, p2, v0, v1}, Ls/h/e/l/l/N;->al(Ljava/lang/ClassLoader;Landroid/content/pm/ApplicationInfo;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/ClassLoader;

Sebelum manggil native method, dia setup dulu:
1. Di method ls():
iget-object v0, p1, Landroid/content/pm/ApplicationInfo;->sourceDir:Ljava/lang/String;
sput-object v0, Ls/h/e/l/l/S;->f:Ljava/lang/String;

2. Di instantiateClassLoader():
invoke-static {}, Ls/h/e/l/l/S;->gST()V
invoke-direct {p0, p2}, Ls/h/e/l/l/A;->ls(Landroid/content/pm/ApplicationInfo;)V

Flow nya:
1. instantiateClassLoader() dipanggil
2. Manggil ls() buat setup path
3. Native method al() dipanggil buat load dex
4. gST() dan gET() buat tracking state

Native code inilah yang kemudian melakukan:
1. Loading dex tambahan
2. Modifikasi ClassLoader
3. Injeksi dex ke runtime

Nah terus Native mana yang di panggil?

"Coba cek smal N"

Ls/h/e/l/l/N:

.method public static native al(Ljava/lang/ClassLoader;Landroid/content/pm/ApplicationInfo;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/ClassLoader;
.end method

Metode al() dideklarasi apa yang dilakukan oleh metode ini, dalam library native yang dipanggil, libexec.so atau libexecmain.so.

Jadi tuh ijiami pertama manggil dari method classdex utama
Smali

iput-boolean v0, p0, Ls/h/e/l/l/A;->supportInstantiateClassLoader:Z

iput-object v1, p0, Ls/h/e/l/l/A;->acf:Landroid/app/AppComponentFactory;

return-void
.end method

Nah dari sini bisa muncul
Smali
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;

invoke-virtual {v2, v3}, Ljava/lang/Class;->getDeclaredField(Ljava/lang/String;)Ljava/lang/reflect/Field;

invoke-virtual {v0}, Landroid/app/LoadedApk;->getApplicationInfo()Landroid/content/pm/ApplicationInfo;

.method public declared-synchronized getACF(Ljava/lang/ClassLoader;)Landroid/app/AppComponentFactory;
.registers 4

Ngak perlu ku kasih banyak" nanti kepanjangan.

Terus kenapa kalo dump jadi nop?
Padahal dalam semua kelas smali ijiam ngak ada nop nya

"Jadi tuh dia manggil al() "

Nah all tuh buat load library
fungsi library itu saat mendeteksi dump. Ntah pakek frida atau yang lain dia akan langsung melempar ke dalam class duplikat yang isi nya nop tuh sampe pusing kalian liat

Method nya? Ngak ada. karena untuk detect dia pakek lib.
jadi decrypt library nya pakek IDA atau yang. Jika ingin mempelajari system Ijiami
"Makan tuh kode bejibun di libπŸ˜‚"

Kenapa ngak di hapus aja bang lib nya? πŸ˜‚

Mendinh lu cek fungsi lib di atas pahami kata nya!

Dah ya... Gua capek ngetik

by @Qwanwin
πŸ”₯4πŸ‘1
N.smali
10.7 KB
// Hanya untuk bahan referensi
πŸ”₯2
A.smali
22.9 KB
// Hanya untuk bahan referensi
πŸ”₯2
For English language, please just translate, I'm tired
πŸ”₯2
What is the next progress on Lua encryption? you know. this is my favorite programming language😊
πŸ”₯2
LuaEncryption[Strong].lua
151.8 KB
Lua Encryption 1.0

Change Logs:
-osfc
-Encrypt String....
-Encrypt String Offset....
-Encrpt AES
-Validasi Input
-Data Obfuscation

Powered tools by @Qwanwin
πŸ”₯4πŸ—Ώ2πŸ‘1
Media is too big
VIEW IN TELEGRAM
Encryption python 😁
πŸ”₯3❀2
Media is too big
VIEW IN TELEGRAM
AntiSplit Python Script😘
❀2
AntiSplit.py
191.8 KB
# Update & Upgrade
pkg update && pkg upgrade -y

pkg install python -y

pkg install python-pip -y

pip install requests
pip install colorama

python --version
# Reset permission
chmod 644 antisplit.py
chmod +x antisplit.py


How to use? Click Here
https://t.me/setupdex/104

Main Script Feature:
- Convert APKS file to single APK
- Preserve original app signature
- Automatic extraction of APKS files
- Merging of APK components
- Input file verification

Logging feature:
- Automatic file log with timestamp
- Debug mode for troubleshooting
- Conversion statistics logging
- Tracking errors and exceptions
- Detailed process information

Give some credit 😁
Powered tools by @Qwanwin
❀4πŸ‘3πŸ”₯3πŸ—Ώ2
Request Script Python @Qwanwin
❀3
Media is too big
VIEW IN TELEGRAM
Ads remover
πŸ₯°6πŸ”₯2πŸ—Ώ1
Media is too big
VIEW IN TELEGRAM
How to use Script Keyword Detection ☺️
❀3πŸ‘2
PremiumKeyword.py
107.8 KB
NEW TOOLS QWANWIN !!!

#Usage
python PremiumKeyword.py yourapp.apk

# permission
chmod 644 PremiumKeyword.py
chmod +x PremiumKeyword.py

How to use? Click Here
https://t.me/setupdex/108

Main Script Feature:
- Direct search keyword Premium application
- Detailed process information
-Result at same folder

NB " Add apktool.jar at same script location "

Give some credit 😁
Powered tools by @Qwanwin
πŸ”₯5😁1πŸ€”1🀯1
This media is not supported in your browser
VIEW IN TELEGRAM
Let me explain why updates are more frequent these days. Initially, the official C35 features from Mrpcs , official party is still strengthening the verification of anogs, so it has been tested and checked.
If you rely entirely on UE4 offsets in your Bypass and your Bypass does not depend on ANOGS
If you want to turn off C35 without touching the flaws in PUBGM.
You must turn it off
If your bypass is weak you will likely face a 1day ban
Try to solve it yourself!
it will work on all versions of Pubg mobile Trust me 😁
@Qwanwin
Update: 2.0.0
PremiumKeywordV2.py
313.5 KB
UPDATE TOOLS QWANWIN !!!

#Usage
python PremiumKeywordV2.py yourapp.apk

# permission
chmod 644 PremiumKeyword.py
chmod +x PremiumKeyword.py

How to use? Click Here
https://t.me/setupdex/108

Main Script Feature:
- Version 2.0.0
- Update Method
-Update petern
- Direct search keyword Premium application
- Detailed process information
-Result at same folder


NB " Add apktool.jar at same script location "

Give some credit 😁
Powered tools by @Qwanwin
πŸ”₯6🀯1